Skip to content

Commit 2be16b8

Browse files
authored
Merge pull request #223 from checkr/zz/change-ui-assetsPublicPath
Use relative assetsPublicPath
2 parents 03df54c + afdfcc2 commit 2be16b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/flagr-ui/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
index: path.resolve(__dirname, '../dist/index.html'),
88
assetsRoot: path.resolve(__dirname, '../dist'),
99
assetsSubDirectory: 'static',
10-
assetsPublicPath: '/',
10+
assetsPublicPath: '',
1111
productionSourceMap: true,
1212
// Gzip off by default as many popular static hosts such as
1313
// Surge or Netlify already gzip all static assets for you.

0 commit comments

Comments
 (0)