fix: remove cached html response
This commit is contained in:
@ -37,7 +37,7 @@ export const onRequest: PagesFunction<Env> = async context => {
|
||||
return new Response(body, {
|
||||
headers: {
|
||||
...Object.fromEntries(rsp.headers.entries()),
|
||||
"cache-control": "public, max-age=60",
|
||||
"cache-control": "no-cache",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user