diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 471390b2..a2e4f8b7 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -124,7 +124,7 @@ export default { /* ** You can extend webpack config here */ - publicPath: '/static/_nuxt/', + publicPath: process.env.PUBLIC_PATH || '/_nuxt/', extend(config, ctx) { config.module.rules.push({ test: /\.(txt|csv|conll|jsonl)$/i,