astro/test/fixtures/astro-styles-ssr/astro.config.mjs

7 lines
132 B
JavaScript
Raw Normal View History

2021-03-26 19:59:41 +00:00
export default {
projectRoot: '.',
astroRoot: './astro',
dist: './_site',
// No extensions needed, React is the default.
};