3c24faa8ca
This changes all hmx files to astro files and updates all code to not reference hmx any more.
7 lines
No EOL
130 B
JavaScript
7 lines
No EOL
130 B
JavaScript
|
|
export default {
|
|
projectRoot: '.',
|
|
astroRoot: './astro',
|
|
dist: './_site'
|
|
// No extensions needed, React is the default.
|
|
} |