It seems impossible to have the file index.astro located outside of the /src/pages directory.
This commit is contained in:
Alan Kersaudy 2024-07-27 21:44:04 +02:00 committed by GitHub
parent 0ee23fb53d
commit 5f8985155e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ Write configuration to components.json. Proceed? > Y/n
### Import the globals.css file
Import the `globals.css` file in the `src/index.astro` file:
Import the `globals.css` file in the `src/pages/index.astro` file:
```ts:line-numbers {2}
---