diff --git a/components/TextRendering/index.tsx b/components/TextRendering/index.tsx
index d25db83..b5afd50 100644
--- a/components/TextRendering/index.tsx
+++ b/components/TextRendering/index.tsx
@@ -49,7 +49,7 @@ const RenderText = ({ text }: { text?: string }) => {
{cleanUrl(currentValue)}
);
- } else if (["m", "i", "image", "flockstr"].includes(subdomain)) {
+ } else if (["m", "i", "image", "flockstr", "cdn"].includes(subdomain)) {
specialElement = ;
} else if (["v", "video"].includes(subdomain)) {
specialElement = ;