summaryrefslogtreecommitdiff
path: root/docs/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-07-29 20:33:19 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-29 20:33:19 +0000
commit59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d (patch)
treed1b8573b89187437713d22657210a0b5236e7259 /docs/astro.config.mjs
parent09fefead88e130f5f2ca8a8d17b8662b5c82bbb1 (diff)
downloadastro-59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d.tar.gz
astro-59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d.tar.zst
astro-59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d.zip
[ci] yarn format
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r--docs/astro.config.mjs5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index 7ca85bf1b..b3e06ce66 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -2,8 +2,5 @@ export default {
buildOptions: {
site: 'https://docs.astro.build/',
},
- renderers: [
- '@astrojs/renderer-preact',
- '@astrojs/renderer-react',
- ],
+ renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react'],
};