mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
export default {
|
|
projectRoot: '.',
|
|
astroRoot: './astro',
|
|
dist: './_site',
|
|
// No extensions needed, React is the default.
|
|
};
|