test: custom publicPath for full-static fixture

This commit is contained in:
pooya parsa 2020-08-26 11:57:12 +02:00
parent c44420cd5f
commit 81a695669e

View File

@ -7,7 +7,9 @@ export default {
},
router: {
// base: '/test',
trailingSlash: true
},
build: {
publicPath: '/test/_nuxt/'
},
hooks: {
export: {