mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
optimize
This commit is contained in:
parent
bb4a281407
commit
f9ff55ccdc
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user