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