redirecter for ao3 that adds opengraph metadata

switch jsx back

Changed files
+1 -1
+1 -1
jsconfig.json
···
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
-
"jsxImportSource": "hono/jsx/dom"
+
"jsxImportSource": "hono/jsx"
}
}