diff --git a/netlify/edge-functions/index.js b/netlify/edge-functions/index.js index c013084..2591b06 100644 --- a/netlify/edge-functions/index.js +++ b/netlify/edge-functions/index.js @@ -20,7 +20,7 @@ export default async (request, context) => { info.d = info.d?.replace(/_/g, " "); let content = []; - if (info.title) { content.push(`${info.t}`,``); } + if (info.title) { content.push(`${info.title}`,``); } if (info.s) { content.push(``); } if (info.t) { content.push(``); } if (info.d) { content.push(``,``); }