diff --git a/components/DynamicLogo.tsx b/components/DynamicLogo.tsx index d66c2ff..0ebcf82 100644 --- a/components/DynamicLogo.tsx +++ b/components/DynamicLogo.tsx @@ -21,14 +21,15 @@ export default function DynamicLogo({ }: DynamicLogoProps) { const imageUrl = src.startsWith('/') ? openinaryLoader({ src, width: 800 }) : src; + const proxiedUrl = imageUrl.replace('https://media.ayris.tech', '/media-proxy'); return (