Skip to content

Commit

Permalink
Merge pull request #480 from ertush/hotfix
Browse files Browse the repository at this point in the history
Hotfix: Added no-cache headers in getServerSideProps of pages/facilit…
  • Loading branch information
ertush authored Sep 11, 2024
2 parents e2e4891 + 18aa7c0 commit 4eecee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/facilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ export async function getServerSideProps(ctx) {

ctx?.res?.setHeader(
'Cache-Control',
'no-cache'
'no-store'
)


Expand Down

0 comments on commit 4eecee6

Please sign in to comment.