Browse Source

Allow user to set public path

pull/1088/head
Hironsan 3 years ago
parent
commit
a6e1de9964
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/nuxt.config.js

2
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,

Loading…
Cancel
Save