From a17364b544a015a8feae198d40380ae88e98e8cd Mon Sep 17 00:00:00 2001 From: hay-kot Date: Tue, 4 May 2021 09:33:55 -0800 Subject: [PATCH] set dev config --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {