We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a3bd commit fa01ef7Copy full SHA for fa01ef7
configs/vue.config.SysBio.js
@@ -58,6 +58,7 @@ module.exports = {
58
devServer: {
59
writeToDisk: true, // https://webpack.js.org/configuration/dev-server/#devserverwritetodisk-
60
},
61
+ publicPath: process.env.BASE_URL || "/",
62
configureWebpack: (config) => {
63
let bioindex_dev = process.env.BIOINDEX_DEV;
64
let bioindex_host =
0 commit comments