From d6024a53283d39e86dc0a1629d13eebbe92bf624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Tue, 20 May 2025 16:30:09 +0800 Subject: [PATCH] Forgot to commit the nuxt config --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) 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"],