diff --git a/netlify.toml b/netlify.toml index dc99c3f..e4334e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,8 @@ [functions] directory = ".next/server/functions" + +[[headers]] + for = "/*" + [headers.values] + cache-control = 'max-age=0,no-cache,no-store,must-revalidate' \ No newline at end of file