We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2a35f commit d31a51eCopy full SHA for d31a51e
vue.config.js
@@ -2,7 +2,7 @@ const { VuetifyPlugin } = require("webpack-plugin-vuetify");
2
3
module.exports = {
4
transpileDependencies: ["vuetify"],
5
- publicPath: process.env.BASE_URL ? process.env.BASE_URL : "/dpgui/",
+ publicPath: process.env.BASE_URL ? process.env.BASE_URL : "/",
6
configureWebpack: {
7
resolve: {
8
fallback: {
0 commit comments