From 5708af535a417e061b3c29fa1a83fc14bdb4cbaf Mon Sep 17 00:00:00 2001 From: Alan Kersaudy <69036359+Oktogazh@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:49:31 +0200 Subject: [PATCH] docs: fix astro.md globals.css import path --- apps/www/src/content/docs/installation/astro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ---