Forgot to commit the nuxt config

This commit is contained in:
吳元皓 2025-05-20 16:30:09 +08:00
parent 0dfbdb4c91
commit d6024a5328

View File

@ -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"],