astro/examples/portfolio/astro.config.mjs

6 lines
63 B
JavaScript
Raw Normal View History

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