diff options
author | 2021-11-03 16:29:53 +0000 | |
---|---|---|
committer | 2021-11-03 16:29:53 +0000 | |
commit | ed3cfe230bcadd64a13200442e970347acbe5c15 (patch) | |
tree | a15812359d42450cc1562a3a645c8ccc3f6ce4b4 /examples/docs/src/config.ts | |
parent | 16e3aa8ee0d7b9a378a7b0597e65d61dd359d508 (diff) | |
download | astro-ed3cfe230bcadd64a13200442e970347acbe5c15.tar.gz astro-ed3cfe230bcadd64a13200442e970347acbe5c15.tar.zst astro-ed3cfe230bcadd64a13200442e970347acbe5c15.zip |
[ci] yarn format
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 6949c0ece..1ccc647d3 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -31,7 +31,7 @@ export const KNOWN_LANGUAGES = { export const SIDEBAR = { en: [ - { text: "", header: true }, + { text: '', header: true }, { text: 'Section Header', header: true }, { text: 'Introduction', link: 'en/introduction' }, { text: 'Page 2', link: 'en/page-2' }, |