From 7300936985fe53bb3422234eef2cc7d7ac0df460 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Thu, 26 May 2022 13:10:32 +0200 Subject: [PATCH] Add paths for fonts --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b6c14a4..744dc70 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -61,7 +61,7 @@ module.exports = (env, argv) => { { loader: 'file-loader', options: { - outputPath: '../fonts/', + outputPath: 'fonts', }, } ],