Update Vite configuration to disable JSON stringification and remove unnecessary custom headers from web.config for improved MIME type handling.
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineConfig(({mode}) => {
|
||||
VITE_STRIPE_API_KEY: JSON.stringify(env.VITE_STRIPE_API_KEY)
|
||||
},
|
||||
json: {
|
||||
stringify: true
|
||||
stringify: false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user