Skip to content

Commit

Permalink
refactor: remove TODO comments for adding canonical URLs on contribut…
Browse files Browse the repository at this point in the history
…ion and project pages
  • Loading branch information
ZibanPirate committed Dec 31, 2024
1 parent a2a1695 commit 106cd7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/src/pages/contribute/contribution/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function Page(): JSX.Element {
{localize("contribution-title-post")}
</title>
<meta name="description" content={localize("contribute-description")} />
{/* @TODO-ZM: add canonical url on all pages */}
<link rel="canonical" href={getContributionURL(contribution)} />
</Helmet>
) : null}
Expand Down
1 change: 0 additions & 1 deletion web/src/pages/projects/project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function Page(): JSX.Element {
{localize("project-title-pre")} {project.name} {localize("project-title-post")}
</title>
<meta name="description" content={localize("projects-description")} />
{/* @TODO-ZM: add canonical url on all pages */}
<link rel="canonical" href={getProjectURL(project)} />
</Helmet>
) : null}
Expand Down

0 comments on commit 106cd7c

Please sign in to comment.