diff --git a/nuxt.config.ts b/nuxt.config.ts index a7bc51f..ac7ab40 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,6 +19,7 @@ export default defineNuxtConfig({ }, "/api/cached/**": { swr: 3600 }, "/api/news/get": { swr: 3600 }, + "/api/home/uuid_lt": { swr: 3600 }, }, css: ["~/styles/main.css"],