From 5f8985155e1a79bb4e2ee4ca2eef2fb62427a284 Mon Sep 17 00:00:00 2001 From: Alan Kersaudy <69036359+Oktogazh@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:44:04 +0200 Subject: [PATCH] typo It seems impossible to have the file index.astro located outside of the /src/pages directory. --- 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} ---