diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 97002b6ef..1507b9431 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,7 +1,7 @@ const path = require("path"); module.exports = { transpileDependencies: ["vuetify"], - publicPath: process.env.NODE_ENV === "production" ? "/" : "", + publicPath: process.env.NODE_ENV === "production" ? "/" : "/", outputDir: process.env.NODE_ENV === "production" ? "./dist" : "../mealie/web", devServer: { proxy: {