mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +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/',
|
from: '/assets/js/',
|
||||||
to: '<%= config.cdnurl %>/assets/js/'
|
to: '<%= config.cdnurl %>/assets/js/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: '/assets/img/',
|
||||||
|
to: '<%= config.cdnurl %>/assets/img/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
from: '/media/',
|
from: '/media/',
|
||||||
to: '<%= config.cdnurl %>/media/'
|
to: '<%= config.cdnurl %>/media/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user