Use relative paths in build

This commit is contained in:
James Lyne 2020-12-12 19:01:36 +00:00
parent 599cad4779
commit 5ed7c8651e

3
vue.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
publicPath: '',
}