mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
test: custom publicPath for full-static fixture
This commit is contained in:
parent
c44420cd5f
commit
81a695669e
4
test/fixtures/full-static/nuxt.config.js
vendored
4
test/fixtures/full-static/nuxt.config.js
vendored
@ -7,7 +7,9 @@ export default {
|
||||
},
|
||||
router: {
|
||||
// base: '/test',
|
||||
trailingSlash: true
|
||||
},
|
||||
build: {
|
||||
publicPath: '/test/_nuxt/'
|
||||
},
|
||||
hooks: {
|
||||
export: {
|
||||
|
Loading…
Reference in New Issue
Block a user