Skip to content

Commit

Permalink
Hotfix: Added no-cache headers in getServerSideProps of pages/facilit…
Browse files Browse the repository at this point in the history
…ies/index.js #1
  • Loading branch information
ertush committed Sep 11, 2024
1 parent c5820eb commit 18aa7c0
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 18aa7c0

Please sign in to comment.