redirecter for ao3 that adds opengraph metadata

switch jsx back

Changed files
+1 -1
+1 -1
jsconfig.json
··· 2 2 "compilerOptions": { 3 3 "strict": true, 4 4 "jsx": "react-jsx", 5 - "jsxImportSource": "hono/jsx/dom" 5 + "jsxImportSource": "hono/jsx" 6 6 } 7 7 }