mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +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: {
|
router: {
|
||||||
// base: '/test',
|
// base: '/test',
|
||||||
trailingSlash: true
|
},
|
||||||
|
build: {
|
||||||
|
publicPath: '/test/_nuxt/'
|
||||||
},
|
},
|
||||||
hooks: {
|
hooks: {
|
||||||
export: {
|
export: {
|
||||||
|
Loading…
Reference in New Issue
Block a user