mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 21:28:39 +01:00
docs: fix project structure to match actual directory layout
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
@@ -173,6 +173,7 @@ artsite/
|
|||||||
│ │ ├── hobbies.vue # Hobbies page
|
│ │ ├── hobbies.vue # Hobbies page
|
||||||
│ │ ├── uses.vue # Uses page
|
│ │ ├── uses.vue # Uses page
|
||||||
│ │ └── ecosystem.vue # Ecosystem page
|
│ │ └── ecosystem.vue # Ecosystem page
|
||||||
|
│ ├── app.config.ts # App configuration
|
||||||
│ ├── app.vue # Root app component
|
│ ├── app.vue # Root app component
|
||||||
│ └── error.vue # Error page
|
│ └── error.vue # Error page
|
||||||
├── content/ # Content files (Markdown)
|
├── content/ # Content files (Markdown)
|
||||||
@@ -182,9 +183,9 @@ artsite/
|
|||||||
├── public/ # Public static files
|
├── public/ # Public static files
|
||||||
├── server/ # Server API routes and middleware
|
├── server/ # Server API routes and middleware
|
||||||
│ ├── api/ # API endpoints
|
│ ├── api/ # API endpoints
|
||||||
|
│ └── routes/ # Server routes
|
||||||
├── types/ # TypeScript type definitions
|
├── types/ # TypeScript type definitions
|
||||||
├── .env.example # Example environment variables
|
├── .env.example # Example environment variables
|
||||||
├── app.config.ts # App configuration
|
|
||||||
├── content.config.ts # Content module configuration
|
├── content.config.ts # Content module configuration
|
||||||
├── nuxt.config.ts # Nuxt configuration
|
├── nuxt.config.ts # Nuxt configuration
|
||||||
├── package.json # Dependencies and scripts
|
├── package.json # Dependencies and scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user