summaryrefslogtreecommitdiff
path: root/examples/portfolio/astro.config.mjs
blob: f50751cfdce6f0609fe946424013461f931d3dba (plain) (blame)
1
2
3
4
5
export default {
  extensions: {
    '.jsx': 'preact',
  },
};