diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 2ea6a53..f9b5353 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -15,7 +15,9 @@ export default ({ mode }) => { createHtmlPlugin({ inject: { data: { - injectHead: process.env.VITE_INJECT_HEAD, + injectHead: process.env.VITE_IS_DEPLOYED + ? '' + : "", }, }, }),