Skip to content

Commit

Permalink
Add rel=ugc to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman authored Dec 15, 2024
1 parent f4fc655 commit 99ae77e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontpage/app/(app)/_components/post-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function PostCard({
<h2 className="mb-1 text-xl">
<a
href={url}
rel="ugc"
className="hover:underline flex flex-wrap items-center gap-x-2"
>
{title}{" "}
Expand Down

0 comments on commit 99ae77e

Please sign in to comment.