mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-16 11:13:12 +00:00
Fix images path
This commit is contained in:
parent
51e8384ae3
commit
35ab671a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export default {
|
|||
loader: 'url',
|
||||
query: {
|
||||
limit: 10000,
|
||||
name: buildAssetsPath('img/[name].[hash:7].[ext]')
|
||||
name: buildAssetsPath('images/[name].[hash:7].[ext]')
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue