Removed cache-control header from config

This commit is contained in:
r-freeman 2023-02-01 21:01:22 +00:00
parent 686fdc9998
commit 95249f521c

View File

@ -36,16 +36,7 @@ const nextConfig = {
value: "s-maxage=1, stale-while-revalidate=59"
}
]
},
// {
// source: '/api/views/:slug',
// headers: [
// {
// key: "Cache-Control",
// value: "public, max-age=0, must-revalidate"
// }
// ]
// }
}
]
}
}