diff --git a/pages/facilities/index.js b/pages/facilities/index.js index 896fd93..4c3c059 100644 --- a/pages/facilities/index.js +++ b/pages/facilities/index.js @@ -1003,10 +1003,10 @@ function FacilityHome (props){ export async function getServerSideProps(ctx) { - // ctx?.res?.setHeader( - // 'Cache-Control', - // 'public, s-maxage=10, stale-while-revalidate=59' - // ) + ctx?.res?.setHeader( + 'Cache-Control', + 'no-cache' + ) // function fetchCurrentUser(token) {