mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
export default {
|
|
buildOptions: {
|
|
site: 'https://docs.astro.build/',
|
|
},
|
|
renderers: [
|
|
// Our main renderer for frontend components
|
|
'@astrojs/renderer-preact',
|
|
// Needed for Algolia search component
|
|
'@astrojs/renderer-react'],
|
|
};
|