We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0212a9a commit 34e9ea2Copy full SHA for 34e9ea2
app/[locale]/_components/home.tsx
@@ -651,6 +651,8 @@ const HomePage = ({
651
e.currentTarget.onerror = null
652
e.currentTarget.src = EventFallback.src
653
}}
654
+ referrerPolicy="no-referrer"
655
+ crossOrigin="anonymous"
656
/>
657
</CardBanner>
658
<CardContent>
@@ -738,6 +740,8 @@ const HomePage = ({
738
740
739
741
className="max-w-full object-cover object-center"
742
loading="lazy"
743
744
745
746
) : (
747
<Image src={EventFallback} alt="" />
0 commit comments