Skip to content

Commit bd8aa5b

Browse files
committed
add base url, per sysbio request
to enable serving from subpath, instead of root /
1 parent feb28fb commit bd8aa5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ module.exports = {
320320
"Access-Control-Allow-Origin": "*",
321321
},
322322
},
323+
publicPath: process.env.BASE_URL || "/",
323324
configureWebpack: (config) => {
324325
let bioindex_dev = process.env.BIOINDEX_DEV;
325326
let bioindex_host =

0 commit comments

Comments
 (0)