0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/docs/astro.config.mjs

7 lines
152 B
JavaScript
Raw Normal View History

2021-07-15 13:13:35 -05:00
export default {
buildOptions: {
site: 'https://docs.astro.build/',
2021-07-15 13:13:35 -05:00
},
2021-07-29 15:33:19 -05:00
renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react'],
2021-07-15 13:13:35 -05:00
};