From 8d8664a3387859fcdc4e334806f30040f39757ea Mon Sep 17 00:00:00 2001 From: Andrew Rowson Date: Tue, 29 Dec 2020 18:15:39 +0000 Subject: [PATCH] Configure Vue to not assume it's on the web root Fixes #21. --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 9945423..7f39b80 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,6 +6,7 @@ const packageJson = fs.readFileSync("./package.json"); const version = JSON.parse(packageJson).version; module.exports = { + publicPath: "", configureWebpack: { plugins: [ new webpack.DefinePlugin({