From 0adafed47cb7e3d732c9142018cfc2e7de26c064 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Mon, 20 Jun 2022 07:36:42 -0700 Subject: [PATCH] Add flag to present large image in discord --- netlify/edge-functions/metadata.js | 1 + 1 file changed, 1 insertion(+) 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(``); }