This commit is contained in:
Mateusz Gruszczyński
2026-03-27 08:58:19 +01:00
parent d992b9651c
commit 540d711461

View File

@@ -3,9 +3,7 @@ import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
const noStoreHeaders = {
"Cache-Control": "no-store, no-cache",
Pragma: "no-cache",
Expires: "0",
"Cache-Control": "no-store, no-cache"
};
export default defineConfig({