mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
|
|
||
|
export default {
|
||
|
projectRoot: '.',
|
||
|
hmxRoot: './astro',
|
||
|
dist: './_site'
|
||
|
// No extensions needed, React is the default.
|
||
|
}
|