diff options
author | 2021-11-12 12:42:02 +0000 | |
---|---|---|
committer | 2021-11-12 12:42:02 +0000 | |
commit | 48ebbb80d4795f18b5fbd9384cc83ceca272bae0 (patch) | |
tree | 5cfa793875133263a9607e904a7e0f411d89990e /docs/astro.config.mjs | |
parent | 5470fda3fe64fed5d303f118bb3009a0a1e51ddc (diff) | |
download | astro-48ebbb80d4795f18b5fbd9384cc83ceca272bae0.tar.gz astro-48ebbb80d4795f18b5fbd9384cc83ceca272bae0.tar.zst astro-48ebbb80d4795f18b5fbd9384cc83ceca272bae0.zip |
[ci] yarn format
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r-- | docs/astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 4f3e7e688..a5299726c 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -8,5 +8,5 @@ export default /** @type {import('astro').AstroUserConfig} */ ({ '@astrojs/renderer-preact', // Needed for Algolia search component '@astrojs/renderer-react', - ] + ], }); |