We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c548a commit 02f48bbCopy full SHA for 02f48bb
webpack.config.js
@@ -186,15 +186,15 @@ export default {
186
type: 'asset/resource',
187
generator: {
188
filename: 'fonts/[name][ext]',
189
- publicPath: '/', // required to remove css/ path segment
+ publicPath: '/assets/', // required to remove css/ path segment
190
}
191
},
192
{
193
test: /\.png$/i,
194
195
196
filename: 'img/webpack/[name][ext]',
197
198
199
200
],
0 commit comments