From 6afbbe4390e8ff9f85091b15c77b5ffef0387fdd Mon Sep 17 00:00:00 2001 From: klequis Date: Wed, 19 Jun 2024 10:22:38 -0700 Subject: [PATCH] =?UTF-8?q?updated=20Renaming=20Index=20section=20to=20use?= =?UTF-8?q?=20file=20name=20in=20parens=20instead=20of=20=E2=80=A6=20(#738?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Atila Fassina --- src/routes/solid-start/building-your-application/routing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-start/building-your-application/routing.mdx b/src/routes/solid-start/building-your-application/routing.mdx index 2c645411c..13775c8aa 100644 --- a/src/routes/solid-start/building-your-application/routing.mdx +++ b/src/routes/solid-start/building-your-application/routing.mdx @@ -81,7 +81,7 @@ To avoid this, you can rename the `index.tsx` file to the name of the folder it This way, it will be treated as the default export for that route: -```jsx {2, 4, 6} +```jsx {9} |-- routes/ // example.com |-- blog/ |-- article-1.tsx // example.com/blog/article-1