From 2d0037bb890c5aef4e0fa51400aa8ffbd04de320 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 18 Apr 2025 04:48:22 -0400 Subject: [PATCH] Update Vite configuration to disable JSON stringification and remove unnecessary custom headers from web.config for improved MIME type handling. --- frontend/vite.config.js | 2 +- frontend/web.config | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 2539025..73f073b 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -42,7 +42,7 @@ export default defineConfig(({mode}) => { VITE_STRIPE_API_KEY: JSON.stringify(env.VITE_STRIPE_API_KEY) }, json: { - stringify: true + stringify: false } } }) diff --git a/frontend/web.config b/frontend/web.config index dee7053..a94e109 100644 --- a/frontend/web.config +++ b/frontend/web.config @@ -6,10 +6,5 @@ - - - - - \ No newline at end of file