From bb0aecc194789450240b2cca3d200689b947b668 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 14 Jan 2026 04:40:01 +0100 Subject: [PATCH] chore: remove commit hash from fonts path --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3a2cdc58c..8768d753f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -154,7 +154,7 @@ module.exports = (env, argv) => ({ exclude: /node_modules/, type: 'asset/resource', generator: { - filename: `${COMMIT_HASH}/fonts/[name][ext][query]` + filename: 'fonts/[name][ext][query]' } }, {