astro/examples/blog/astro.config.mjs
Drew Powers a7185735da
Add sitemap generation (#120)
* Add sitemap generation

* Update README

* Fix index handling, sort sitemap

* Add --no-sitemap CLI flag (and config option)
2021-04-21 14:14:24 -06:00

3 lines
62 B
JavaScript

export default {
site: 'https://muppet-blog.github.io/',
};