Update fonts output path

parent f70f250e
...@@ -37,7 +37,7 @@ module.exports = { ...@@ -37,7 +37,7 @@ module.exports = {
loader: 'file-loader', loader: 'file-loader',
options: { options: {
publicPath: '.', publicPath: '.',
name: '[name].[ext]' name: '/fonts/[name].[ext]'
} }
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment