diff --git a/test/fixtures/full-static/nuxt.config.js b/test/fixtures/full-static/nuxt.config.js index ae1bb255f5..d1cd81e00e 100644 --- a/test/fixtures/full-static/nuxt.config.js +++ b/test/fixtures/full-static/nuxt.config.js @@ -7,7 +7,9 @@ export default { }, router: { // base: '/test', - trailingSlash: true + }, + build: { + publicPath: '/test/_nuxt/' }, hooks: { export: {