summaryrefslogtreecommitdiff
path: root/docs/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2021-11-12 12:42:02 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-11-12 12:42:02 +0000
commit48ebbb80d4795f18b5fbd9384cc83ceca272bae0 (patch)
tree5cfa793875133263a9607e904a7e0f411d89990e /docs/astro.config.mjs
parent5470fda3fe64fed5d303f118bb3009a0a1e51ddc (diff)
downloadastro-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.mjs2
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',
- ]
+ ],
});