mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
optimize
This commit is contained in:
@@ -107,7 +107,7 @@ const ForceCacheHeaders = [
|
||||
{ key: "Cache-Control", value: "max-age=2592000, s-maxage=86400"}
|
||||
]
|
||||
const NoCacheHeaders = [
|
||||
{ key: "Cache-Control", value: "no-cache"}
|
||||
{ key: "Cache-Control", value: "no-cache, no-store, must-revalidate, max-age=0" }
|
||||
]
|
||||
|
||||
nextConfig.headers = async () => {
|
||||
|
||||
Reference in New Issue
Block a user