We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254076c commit d034f7aCopy full SHA for d034f7a
index.tsx
@@ -79,6 +79,7 @@ export class StaticRouters {
79
return new Response(stringified, {
80
headers: {
81
"Content-Type": "application/vnd.server-side-props",
82
+ "Cache-Control": "no-store",
83
},
84
});
85
}
@@ -108,7 +109,10 @@ export class StaticRouters {
108
109
110
);
111
return new Response(stream, {
- headers: { "Content-Type": "text/html; charset=utf-8" },
112
+ headers: {
113
+ "Content-Type": "text/html; charset=utf-8",
114
115
+ },
116
117
118
0 commit comments