Skip to content

Commit

Permalink
update base URL (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Sep 11, 2024
1 parent da2a35f commit d31a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { VuetifyPlugin } = require("webpack-plugin-vuetify");

module.exports = {
transpileDependencies: ["vuetify"],
publicPath: process.env.BASE_URL ? process.env.BASE_URL : "/dpgui/",
publicPath: process.env.BASE_URL ? process.env.BASE_URL : "/",
configureWebpack: {
resolve: {
fallback: {
Expand Down

0 comments on commit d31a51e

Please sign in to comment.