astro/docs/astro.config.mjs

11 lines
254 B
JavaScript
Raw Normal View History

2021-07-15 18:13:35 +00:00
export default {
buildOptions: {
site: 'https://docs.astro.build/',
2021-07-15 18:13:35 +00:00
},
renderers: [
// Our main renderer for frontend components
'@astrojs/renderer-preact',
// Needed for Algolia search component
'@astrojs/renderer-react'],
2021-07-15 18:13:35 +00:00
};