generate fonts with correct filename
continuous-integration/drone/push Build is passing Details

This commit is contained in:
shibao 2023-03-28 22:03:14 -04:00
parent bab2b26c13
commit 1e645b5bb8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = (env, options) => {
{
test: /\.(woff(2)?|ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
type: 'asset/resource',
generator: { filename: 'fonts/[name][ext]' }
generator: { filename: 'fonts/[name].[ext]' }
}
]
},