0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/test/fixtures/astro-markdown/astro.config.mjs

9 lines
126 B
JavaScript
Raw Normal View History

export default {
projectRoot: '.',
astroRoot: './astro',
dist: './_site',
extensions: {
'.jsx': 'preact',
},
};