1 2 3 4 5 6 7 8 9 10 11
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', ], };