diff --git a/nuxt.config.js b/nuxt.config.js index 077e9ed..46455bd 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -73,7 +73,12 @@ export default { }, // Build Configuration: https://go.nuxtjs.dev/config-build - build: {}, + build: { + publicPath: './_nuxt/', + extend(config) { + config.output.publicPath = './_nuxt/' + }, + }, router: { mode: 'hash',