diff options
author | 2021-11-17 18:13:09 +0000 | |
---|---|---|
committer | 2021-11-17 18:13:09 +0000 | |
commit | 59eecad418eb3d46a66d851693fac3cb5a669863 (patch) | |
tree | 3f56bcec8ee332633369b3022bcb6d7f821ed8c8 | |
parent | 154cb4d506d70cff93744a3ea846d48531274605 (diff) | |
download | astro-59eecad418eb3d46a66d851693fac3cb5a669863.tar.gz astro-59eecad418eb3d46a66d851693fac3cb5a669863.tar.zst astro-59eecad418eb3d46a66d851693fac3cb5a669863.zip |
[ci] yarn format
-rw-r--r-- | docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 5679c79df..7e3676e52 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -165,7 +165,7 @@ export const SIDEBAR = { it: [ { text: 'Impostare', header: true }, { text: 'Come iniziare', link: 'it/getting-started' }, - ] + ], }; export const SITE = { |