Updated site
This commit is contained in:
@@ -10,6 +10,23 @@ const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
browserDebugInfoInTerminal: true,
|
||||
turbopackFileSystemCacheForDev: true
|
||||
},
|
||||
cacheLife: {
|
||||
hypixelApi: {
|
||||
stale: 1000 * 60,
|
||||
revalidate: 1000 * 30,
|
||||
expire: 1000 * 60 * 5
|
||||
},
|
||||
mojangApi: {
|
||||
stale: 1000 * 60,
|
||||
revalidate: 1000 * 30,
|
||||
expire: 1000 * 60 * 5
|
||||
},
|
||||
playerWithGuild: {
|
||||
stale: 1000 * 60 * 60 * 24,
|
||||
revalidate: 1000 * 60 * 60 * 24,
|
||||
expire: 1000 * 60 * 60 * 24 * 7
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user