0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/docs/astro.config.mjs

7 lines
138 B
JavaScript
Raw Normal View History

2021-07-15 13:13:35 -05:00
export default {
buildOptions: {
site: 'https://astro-docs-preview.vercel.app/',
},
renderers: ['@astrojs/renderer-preact'],
};