fix 404s caused by public root path, add config

This commit is contained in:
Xevion
2020-08-14 22:55:23 -05:00
parent cc960de693
commit 4971d2f5d1
6 changed files with 4 additions and 336 deletions

View File

@@ -1,4 +1,6 @@
module.exports = {
outputDir: './docs/',
publicPath: '/history-of-robotics/',
chainWebpack: config => {
config.module
.rule('vue')