0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/portfolio/astro.config.mjs

6 lines
63 B
JavaScript
Raw Normal View History

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