0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/docs/astro.config.mjs
2021-07-29 20:33:19 +00:00

6 lines
152 B
JavaScript

export default {
buildOptions: {
site: 'https://docs.astro.build/',
},
renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react'],
};