summaryrefslogtreecommitdiff
path: root/examples/remote-markdown/astro.config.mjs
blob: c7bfe91b0c641fe60b563d4e76db642d0b85be1c (plain) (blame)
1
2
3
4
5
export default {
  extensions: {
    '.jsx': 'preact'
  }
}