diff --git a/src/components/misc/ImageWrapper.astro b/src/components/misc/ImageWrapper.astro
index 1278db3b7..825626eb7 100644
--- a/src/components/misc/ImageWrapper.astro
+++ b/src/components/misc/ImageWrapper.astro
@@ -47,40 +47,17 @@ const imageClass = "w-full h-full object-cover";
const imageStyle = `object-position: ${position}`;
---
-
-
-
-
- {isLocal && img &&
}
+ {isLocal && img &&
}
{!isLocal && (
imageFallbackConfig.enable && src.includes(imageFallbackConfig.originalDomain) ?
-
:
-
+
:
+
)}
+
+
diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro
index 037e28c60..a766e1105 100644
--- a/src/pages/posts/[...slug].astro
+++ b/src/pages/posts/[...slug].astro
@@ -262,56 +262,9 @@ const jsonLd = {