mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix svg path
This commit is contained in:
@@ -92,7 +92,7 @@ module.exports = {
|
||||
.loader('svg-url-loader')
|
||||
.options({
|
||||
limit: 4000,
|
||||
name: 'svg/[contenthash].[ext]',
|
||||
name: 'static/svg/[contenthash].[ext]',
|
||||
})
|
||||
.end()
|
||||
.use('svgo-loader')
|
||||
|
||||
Reference in New Issue
Block a user