astro/test/fixtures/astro-rss/astro.config.mjs

6 lines
75 B
JavaScript
Raw Normal View History

2021-04-23 16:44:41 +00:00
export default {
buildOptions: {
site: 'https://mysite.dev',
},
};