mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 13:05:48 +00:00
chore: remove commit hash from fonts path
This commit is contained in:
parent
64b13d6092
commit
bb0aecc194
1 changed files with 1 additions and 1 deletions
|
|
@ -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]'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue