summaryrefslogtreecommitdiff
path: root/docs/astro.config.mjs
blob: fe4142447df3ac745f4f2fa7760ac17267753ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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'],
};