mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
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'
|
|
}
|
|
} |