mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 20:58:51 +00:00
fix svg path
This commit is contained in:
parent
9297685825
commit
e65ed4ee36
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue