From 0e05f0e3b88c23e74625a14846fa171d46738234 Mon Sep 17 00:00:00 2001 From: rxyhn Date: Tue, 10 Sep 2024 17:45:41 +0700 Subject: [PATCH] docs: update project structure [skip ci] --- README.md | 5 ++--- src/components/Timeline.astro | 0 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 src/components/Timeline.astro diff --git a/README.md b/README.md index aeb51d0..c70726a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,7 @@ Inside of your Astro project, you'll see the following folders and files: │   │   │   ├── Education.astro │   │   │   ├── Experience.astro │   │   │   └── Skills.astro -│   │   ├── Starry.tsx -│   │   └── Timeline.astro +│   │   └── Starry.tsx │   ├── consts.ts │   ├── env.d.ts │   ├── layouts @@ -72,7 +71,7 @@ Inside of your Astro project, you'll see the following folders and files: ├── tailwind.config.mjs └── tsconfig.json -13 directories, 42 files +13 directories, 41 files ``` Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name. diff --git a/src/components/Timeline.astro b/src/components/Timeline.astro deleted file mode 100644 index e69de29..0000000