3c24faa8ca
This changes all hmx files to astro files and updates all code to not reference hmx any more.
9 lines
No EOL
123 B
JavaScript
9 lines
No EOL
123 B
JavaScript
|
|
export default {
|
|
projectRoot: '.',
|
|
astroRoot: './astro',
|
|
dist: './_site',
|
|
extensions: {
|
|
'.jsx': 'preact'
|
|
}
|
|
} |