astro/test/fixtures/react-component/astro.config.mjs
Matthew Phillips 3c24faa8ca
hmx ☞ astro (#22)
This changes all hmx files to astro files and updates all code to not reference hmx any more.
2021-03-24 11:45:38 -04:00

7 lines
No EOL
130 B
JavaScript

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