Skip to content

Commit

Permalink
docs: update project structure [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 10, 2024
1 parent 8444e4c commit 0e05f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
Empty file removed src/components/Timeline.astro
Empty file.

0 comments on commit 0e05f0e

Please sign in to comment.