diff --git a/.eleventy.js b/.eleventy.js index 0c4fd68..5166009 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -37,7 +37,7 @@ module.exports = function(eleventyConfig) { return; } - HtmlToAbsoluteUrls(htmlContent, base, callback).then(result => { + HtmlToAbsoluteUrls(htmlContent, base).then(result => { callback(null, result.html); }); }, true);