diff options
author | 2021-05-27 14:17:27 +0000 | |
---|---|---|
committer | 2021-05-27 14:17:27 +0000 | |
commit | a5782a37c8c72b0a926107552649b5adc30eb7aa (patch) | |
tree | 8e06ccdcfd1bd489ff2aa1f45da88e95d5db41f9 /examples/doc/src/config.ts | |
parent | 5247a23cbe534d79cdf4abe4c200a351dddc5dc2 (diff) | |
download | astro-a5782a37c8c72b0a926107552649b5adc30eb7aa.tar.gz astro-a5782a37c8c72b0a926107552649b5adc30eb7aa.tar.zst astro-a5782a37c8c72b0a926107552649b5adc30eb7aa.zip |
[ci] yarn format
Diffstat (limited to 'examples/doc/src/config.ts')
-rw-r--r-- | examples/doc/src/config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/doc/src/config.ts b/examples/doc/src/config.ts index 645ea9f61..6b6ce3fdc 100644 --- a/examples/doc/src/config.ts +++ b/examples/doc/src/config.ts @@ -3,7 +3,7 @@ export const sidebar = [ text: 'Introduction', children: [ { text: 'Welcome', link: '/' }, - { text: 'Example', link: '/example' } - ] - } -] + { text: 'Example', link: '/example' }, + ], + }, +]; |