Compare commits

..

No commits in common. "7107e22dddc671d1a345212b388e193fc3d68a3e" and "2d4b32491a551432beb38ac7d5958a536d19e3e8" have entirely different histories.

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

View File

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