diff --git a/docs-www/package.json b/docs-www/package.json index 5a7ae87492..cdc87b49b9 100644 --- a/docs-www/package.json +++ b/docs-www/package.json @@ -12,4 +12,4 @@ "snowpack": { "workspaceRoot": ".." } -} \ No newline at end of file +} diff --git a/docs-www/src/config.ts b/docs-www/src/config.ts index 2c2c5cd076..1133013672 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' }, ], diff --git a/package.json b/package.json index 139db57a4d..8735615910 100644 --- a/package.json +++ b/package.json @@ -54,4 +54,4 @@ "engines": { "node": ">=14.15.1" } -} \ No newline at end of file +}