Compare commits

..

2 Commits

Author SHA1 Message Date
hamster1963
7107e22ddd update: v1.5.6-fix 2024-11-29 21:54:12 +08:00
hamster1963
05c8b17abc fix: cache 2024-11-29 21:53:47 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
Authorization: getEnv("NezhaAuth") as string, Authorization: getEnv("NezhaAuth") as string,
}, },
next: { next: {
revalidate: 30, revalidate: 0,
}, },
}, },
); );

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "1.5.6", "version": "1.5.6-fix",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",