docs: fix astro.md globals.css import path

This commit is contained in:
Alan Kersaudy 2024-07-29 06:49:31 +02:00 committed by GitHub
parent b2952b6416
commit 5708af535a
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
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} ```ts:line-numbers {2}
--- ---