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