From ed0d9ee431e526e90c14e5480c23c36c3fde05b0 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 25 Aug 2020 19:15:32 +0530 Subject: [PATCH] chore: remove stray whitesapce --- 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 0fc3d38..a339bb9 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -8,7 +8,7 @@ module.exports = { // and the URI for assets are tightly coupled. This is handled in the Go app // by using stuffbin aliases. assetsDir: 'frontend', - + // Move the index.html file from dist/index.html to dist/frontend/index.html indexPath: './frontend/index.html',