diff --git a/apps/www/src/content/docs/installation/astro.md b/apps/www/src/content/docs/installation/astro.md index b268ed1f..c1852bae 100644 --- a/apps/www/src/content/docs/installation/astro.md +++ b/apps/www/src/content/docs/installation/astro.md @@ -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} ---