summaryrefslogtreecommitdiff
path: root/docs/astro.config.mjs
blob: 7ca85bf1b602acdf1cda4f6e080ad1c55952ce45 (plain) (blame)
1
2
3
4
5
6
7
8
9
export default {
  buildOptions: {
    site: 'https://docs.astro.build/',
  },
  renderers: [
    '@astrojs/renderer-preact',
    '@astrojs/renderer-react',
  ],
};