summaryrefslogtreecommitdiff
path: root/examples/doc/astro.config.mjs
blob: 9ba6c58c949b483ff75bfbe4fe75df489400cc87 (plain) (blame)
1
2
3
4
5
export default {
  extensions: {
    '.tsx': 'preact'
  }
};