Personal site staging.colinozanne.co.uk
portfolio astro

chore: update for preact

finxol.io 3f1cde7d 5d6f1704

verified
+3 -1
+3 -1
tsconfig.json
··· 7 7 "baseUrl": "./", 8 8 "paths": { 9 9 "@/*": ["src/*"] 10 - } 10 + }, 11 + "jsx": "react-jsx", 12 + "jsxImportSource": "preact" 11 13 } 12 14 }