redirecter for ao3 that adds opengraph metadata

add command for non-hot version

Changed files
+2 -1
+2 -1
package.json
···
{
"name": "fixao3-loc",
"scripts": {
-
"dev": "bun run --hot main.jsx"
+
"dev": "bun run --hot main.jsx",
+
"prod": "bun run main.jsx"
},
"dependencies": {
"@fujocoded/ao3.js": "^0.22.1",