mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-10 21:16:32 +01:00
replace assets/img calls in html too
This commit is contained in:
parent
8fd32c3399
commit
a9ddefa5d5
@ -216,6 +216,10 @@ module.exports = function(grunt){
|
||||
from: '/assets/js/',
|
||||
to: '<%= config.cdnurl %>/assets/js/'
|
||||
},
|
||||
{
|
||||
from: '/assets/img/',
|
||||
to: '<%= config.cdnurl %>/assets/img/'
|
||||
},
|
||||
{
|
||||
from: '/media/',
|
||||
to: '<%= config.cdnurl %>/media/'
|
||||
|
Loading…
Reference in New Issue
Block a user