From 81a695669eeb64a2c3409ec4df33f514c722db93 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 26 Aug 2020 11:57:12 +0200 Subject: [PATCH] test: custom publicPath for full-static fixture --- test/fixtures/full-static/nuxt.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: {