Missing files from last commit.

This commit is contained in:
吳元皓 2025-06-04 00:38:56 +08:00
parent 205f684fe2
commit 7ad8caeed8
3 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@
"@vueuse/core": "^13.2.0", "@vueuse/core": "^13.2.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"argon2": "^0.43.0", "argon2": "^0.43.0",
"axios": "^1.9.0",
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",

View File

@ -30,7 +30,6 @@
"@vueuse/core": "^13.2.0", "@vueuse/core": "^13.2.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"argon2": "^0.43.0", "argon2": "^0.43.0",
"axios": "^1.9.0",
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",

View File

@ -1,6 +1,5 @@
// TODO Add caching // TODO Add caching
import * as cheerio from "cheerio"; import * as cheerio from "cheerio";
import axios from "axios";
export default defineEventHandler(async (event) => { export default defineEventHandler(async (event) => {
const slug = getRouterParam(event, "slug"); const slug = getRouterParam(event, "slug");