diff options
author | 2021-06-11 20:34:45 +0000 | |
---|---|---|
committer | 2021-06-11 20:34:45 +0000 | |
commit | e7b5ad362cd4d1a73d8c05df34a6b86743457f8a (patch) | |
tree | fc5f1555ada3cbbe0d3fe39793fd84b060852973 /docs-www/src | |
parent | 7d719ff75d75143f0dfe54dd00bab53e2a27aa2b (diff) | |
download | astro-e7b5ad362cd4d1a73d8c05df34a6b86743457f8a.tar.gz astro-e7b5ad362cd4d1a73d8c05df34a6b86743457f8a.tar.zst astro-e7b5ad362cd4d1a73d8c05df34a6b86743457f8a.zip |
[ci] yarn format
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' }, ], |