Commit 6307fa69 authored by JC Brand's avatar JC Brand

Set correct path to webfonts

parent cb10c280
...@@ -50,8 +50,8 @@ const config = { ...@@ -50,8 +50,8 @@ const config = {
{ {
loader: 'file-loader', loader: 'file-loader',
options: { options: {
name: '[path][name].[ext]', name: '[name].[ext]',
outputPath: '../dist/' outputPath: 'webfonts/'
} }
} }
] ]
......
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