mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
quick fix for twitter card & opengraph image
This commit is contained in:
parent
83fdd50f50
commit
74dea57413
@ -223,6 +223,10 @@ module.exports = function(grunt){
|
||||
{
|
||||
from: '/media/',
|
||||
to: '<%= config.cdnurl %>/media/'
|
||||
},
|
||||
{
|
||||
from: 'https://kremalicious.com<%= config.cdnurl %>/media/',
|
||||
to: 'https://kremalicious.com/media/'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user