Revert "🐛 Fix VUE_APP_PUBLIC_PATH issue (#2648)" (#2655)

This reverts commit c129252d2b.
This commit is contained in:
Jan Oberhauser
2022-01-09 16:57:36 +01:00
committed by GitHub
parent b35d97f778
commit 7be9769302

View File

@@ -37,5 +37,5 @@ module.exports = {
},
},
},
publicPath: process.env.VUE_APP_PUBLIC_PATH ? process.env.VUE_APP_PUBLIC_PATH : '/',
publicPath: process.env.VUE_APP_PUBLIC_PATH && process.env.VUE_APP_PUBLIC_PATH !== '/%BASE_PATH%/' ? process.env.VUE_APP_PUBLIC_PATH : '/',
};