redirecter for ao3 that adds opengraph metadata

update jsx import source

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