diff options
author | 2021-07-29 20:33:19 +0000 | |
---|---|---|
committer | 2021-07-29 20:33:19 +0000 | |
commit | 59cf6dcca8d239eaceb4511c7f14ec5151e6cc8d (patch) | |
tree | d1b8573b89187437713d22657210a0b5236e7259 /docs/astro.config.mjs | |
parent | 09fefead88e130f5f2ca8a8d17b8662b5c82bbb1 (diff) | |
download | astro-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.mjs | 5 |
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'], }; |