Skip to content

Commit afdfcc2

Browse files
committed
Use relative assetsPublicPath
1 parent 03df54c commit afdfcc2

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)