Skip to content

Commit

Permalink
Revert ":bug: Fix VUE_APP_PUBLIC_PATH issue (#2648)"
Browse files Browse the repository at this point in the history
This reverts commit c129252.
  • Loading branch information
janober authored Jan 9, 2022
1 parent b35d97f commit 59e5144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ module.exports = {
},
},
},
publicPath: process.env.VUE_APP_PUBLIC_PATH ? process.env.VUE_APP_PUBLIC_PATH : '/',
publicPath: process.env.VUE_APP_PUBLIC_PATH && process.env.VUE_APP_PUBLIC_PATH !== '/%BASE_PATH%/' ? process.env.VUE_APP_PUBLIC_PATH : '/',
};

0 comments on commit 59e5144

Please sign in to comment.