diff options
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'], }; |