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