1
0
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:
Matthias Kretschmann 2014-10-13 10:28:37 +02:00
parent 83fdd50f50
commit 74dea57413

View File

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