diff --git a/netlify/edge-functions/index.js b/netlify/edge-functions/index.js
index a05456a..1ef996b 100644
--- a/netlify/edge-functions/index.js
+++ b/netlify/edge-functions/index.js
@@ -21,7 +21,7 @@ export default async (request, context) => {
}
if (image) {
if (image.startsWith("http")) {
- content += ``;
+ content += ``;
} else {
image = decodeURIComponent(image)
let codepoints = [];