Skip to content

Commit

Permalink
set publicPath : '/' to fix css asset loading (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
IstoraMandiri authored and KyleAMathews committed Jun 14, 2016
1 parent d0fc98b commit d9e4cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = (program, directory, suppliedStage, webpackPort = 1500, routes
return {
path: `${directory}/public`,
filename: 'bundle-for-css.js',
publicPath: '/',
}
case 'build-html':
// A temp file required by static-site-generator-plugin. See plugins() below.
Expand Down

0 comments on commit d9e4cf5

Please sign in to comment.