File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ export default function Page(): JSX.Element {
4141 { localize ( "contribution-title-post" ) }
4242 </ title >
4343 < meta name = "description" content = { localize ( "contribute-description" ) } />
44- { /* @TODO -ZM: add canonical url on all pages */ }
4544 < link rel = "canonical" href = { getContributionURL ( contribution ) } />
4645 </ Helmet >
4746 ) : null }
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export default function Page(): JSX.Element {
4949 { localize ( "project-title-pre" ) } { project . name } { localize ( "project-title-post" ) }
5050 </ title >
5151 < meta name = "description" content = { localize ( "projects-description" ) } />
52- { /* @TODO -ZM: add canonical url on all pages */ }
5352 < link rel = "canonical" href = { getProjectURL ( project ) } />
5453 </ Helmet >
5554 ) : null }
You can’t perform that action at this time.
0 commit comments