This commit is contained in:
Mateusz Gruszczyński
2026-03-27 08:37:08 +01:00
parent 16f6146834
commit d992b9651c
2 changed files with 1 additions and 434 deletions

View File

@@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
const noStoreHeaders = {
"Cache-Control": "no-store, no-cache, must-revalidate, proxy-revalidate",
"Cache-Control": "no-store, no-cache",
Pragma: "no-cache",
Expires: "0",
};