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 afb59d9 commit 462b494Copy full SHA for 462b494
pages/hearing/[hearingId].tsx
@@ -19,7 +19,7 @@ export default createPage<{ hearingId: number }>({
19
export const getServerSideProps: GetServerSideProps = async ctx => {
20
ctx.res.setHeader(
21
"Cache-Control",
22
- "public, s-maxage=10, stale-while-revalidate=10."
+ "public, s-maxage=604800, stale-while-revalidate=604800"
23
)
24
25
const locale = ctx.locale ?? ctx.defaultLocale ?? "en"
0 commit comments