astro/test/fixtures/astro-markdown/astro.config.mjs
Drew Powers 1acd5ee310
Allow no config (#61)
* Allow no config

* Update README
2021-04-05 15:56:46 -06:00

5 lines
63 B
JavaScript

export default {
extensions: {
'.jsx': 'preact',
},
};