mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
8 lines
106 B
JavaScript
8 lines
106 B
JavaScript
export default {
|
|
extensions: {
|
|
'.jsx': 'preact',
|
|
},
|
|
buildOptions: {
|
|
sitemap: false,
|
|
},
|
|
};
|