diff --git a/nuxt.config.ts b/nuxt.config.ts index 8c2fc6a..b7230fb 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -4,7 +4,7 @@ export default defineNuxtConfig({ routeRules: { "/": { redirect: "/home" }, "/zh_tw": { redirect: "/zh_tw/home" }, - //"/api/rss/**": { swr: 3600 }, + "/api/rss/**": { swr: 3600 }, }, css: ["~/styles/main.css"], modules: [ diff --git a/pages/app/hot/index.vue b/pages/app/hot/index.vue index 3f0fcac..d0f4b44 100644 --- a/pages/app/hot/index.vue +++ b/pages/app/hot/index.vue @@ -13,7 +13,6 @@ try {