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,
},
next: {
revalidate: 30,
revalidate: 0,
},
},
);

View File

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