astro/test/fixtures/astro-styles-ssr/astro.config.mjs
2021-03-26 13:59:41 -06:00

6 lines
132 B
JavaScript

export default {
projectRoot: '.',
astroRoot: './astro',
dist: './_site',
// No extensions needed, React is the default.
};