diff options
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r-- | docs/astro.config.mjs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 0364de9e6..7ca85bf1b 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -2,5 +2,8 @@ export default { buildOptions: { site: 'https://docs.astro.build/', }, - renderers: ['@astrojs/renderer-preact'], + renderers: [ + '@astrojs/renderer-preact', + '@astrojs/renderer-react', + ], }; |