mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
Forgot to commit the nuxt config
This commit is contained in:
parent
0dfbdb4c91
commit
d6024a5328
@ -19,6 +19,7 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
"/api/cached/**": { swr: 3600 },
|
"/api/cached/**": { swr: 3600 },
|
||||||
"/api/news/get": { swr: 3600 },
|
"/api/news/get": { swr: 3600 },
|
||||||
|
"/api/home/uuid_lt": { swr: 3600 },
|
||||||
},
|
},
|
||||||
|
|
||||||
css: ["~/styles/main.css"],
|
css: ["~/styles/main.css"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user