Fix images path

This commit is contained in:
Marcos Moura 2016-10-13 03:52:54 -03:00
parent e374edca2c
commit ac08be780d

View file

@ -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]')
}
}
]