chore: remove commit hash from fonts path

This commit is contained in:
Tim 2026-01-14 04:40:01 +01:00
parent 64b13d6092
commit bb0aecc194

View file

@ -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]'
}
},
{