diff --git a/.eleventy.js b/.eleventy.js index 30c0ba4..9929431 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -2,10 +2,10 @@ const SERVICE_BASE = `https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICO module.exports = (eleventyConfig, options) => { const defaults = { - size: "1", + size: 128, } - eleventyConfig.addPairedShortcode("ai", function (content, href, size = 1) { + eleventyConfig.addPairedShortcode("ai", function (content, href, size = 128) { return `${content}` })