Skip to content

Commit

Permalink
fix cannonical urls
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlenk committed Jun 9, 2024
1 parent 6a5885a commit f11aec0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import Metadata from "@/components/metadata";
export default function Members() {
return (
<>
<Metadata title="Members" description="Check out our members!" />
<Metadata
title="Members"
description="Check out our members!"
pageName="members"
/>

<div className={styles.content}>
<h1 className={styles.title}>Members</h1>
Expand Down

0 comments on commit f11aec0

Please sign in to comment.