mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-26 17:44:48 +00:00
Fix images path
This commit is contained in:
parent
e374edca2c
commit
ac08be780d
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