diff options
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index a4aa633e..2c316d32 100644 --- a/webpack.config.js +++ b/webpack.config.js | |||
@@ -142,7 +142,8 @@ module.exports = [ | |||
142 | loader: 'file-loader', | 142 | loader: 'file-loader', |
143 | options: { | 143 | options: { |
144 | name: '../img/[name].[ext]', | 144 | name: '../img/[name].[ext]', |
145 | publicPath: '', | 145 | // do not add a publicPath here because it's already handled by CSS's publicPath |
146 | publicPath: '../vintage', | ||
146 | } | 147 | } |
147 | } | 148 | } |
148 | ], | 149 | ], |