summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
blob: 9933e957114cf64ab00ac58594e83f82de944ace (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export default {
  projectRoot: '.',
  pages: './src/pages',
  public: './public',
  dist: './dist',
  buildOptions: {
    sitemap: true,
    site: 'https://mysite.dev/', // change
  },
};