From 170347fc61265289028c9818cc08cf8ccf6a89c3 Mon Sep 17 00:00:00 2001 From: Anselm Bradford Date: Mon, 24 Jun 2019 18:06:45 -0400 Subject: [PATCH] Fix incorrect production icon path --- config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index f6e040fad..36a936f35 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -240,7 +240,7 @@ module.exports = { emitFile: true, // Write the path where the font files will be in the main site - name: './icons/[name].[ext]' + name: 'static/icons/[name].[ext]' } }, // This loader doesn't use a "test" so it will catch all modules