Closed BrianMwit closed 1 year ago
Current logic caused the URL to be <link rel="canonical" href="https://www.global-climatescope.org//results/">, notice the double /.
<link rel="canonical" href="https://www.global-climatescope.org//results/">
/
Copied correct logic from https://github.com/climatescope/climatescope.org/blob/0ca0788391461c6626d950afdfbf3ee01afa2bdc/src/components/ShareButton/index.js#L40-L41
Current logic caused the URL to be
<link rel="canonical" href="https://www.global-climatescope.org//results/">
, notice the double/
.Copied correct logic from https://github.com/climatescope/climatescope.org/blob/0ca0788391461c6626d950afdfbf3ee01afa2bdc/src/components/ShareButton/index.js#L40-L41