From 540d711461052f8b5e4da24b5670dc7587c97277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 27 Mar 2026 08:58:19 +0100 Subject: [PATCH] cleanup --- frontend/vite.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 49e2a6d..7cad96c 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -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({