diff --git a/netlify/edge-functions/metadata.js b/netlify/edge-functions/metadata.js index 3eb4df6..a3581b5 100644 --- a/netlify/edge-functions/metadata.js +++ b/netlify/edge-functions/metadata.js @@ -38,6 +38,7 @@ export default async (request, context) => { if (info.i) { if (!info.i.startsWith("http")) info.i = atob(info.i.replace(/=/g,'')); content.push(``); + content.push(``); if (info.iw) content.push(``); if (info.ih) content.push(``); }