Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 70b4ba5

Browse files
author
Nick Litwin
committed
Add asset prefix
1 parent 5969ff8 commit 70b4ba5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ var config = require('appirio-tech-webpack-config')({
1313
favicon: './assets/images/favicon.ico'
1414
})
1515

16+
config.output.publicPath = process.env.ASSET_PREFIX || ''
17+
1618
module.exports = config

0 commit comments

Comments
 (0)