diff options
Diffstat (limited to 'docs-www/src')
-rw-r--r-- | docs-www/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-www/src/config.ts b/docs-www/src/config.ts index 2c2c5cd07..113301367 100644 --- a/docs-www/src/config.ts +++ b/docs-www/src/config.ts @@ -4,7 +4,7 @@ export const sidebar = [ children: [ { text: 'What is Astro?', - link: '/' + link: '/', }, { text: 'Example', link: '/example' }, ], |