blog
blog copied to clipboard
Fix footer email address
trafficstars
Hey Josh,
The URL for your email address is currently https://[siteurl]/mailto:[email].
Steps to reproduce:
- Open https://www.joshwcomeau.com
- Click email in footer
I was going to push a PR for your footer, but without digging deeper into your codebase, I can't see how or why it's prefixing the [siteurl]
Ah! Thanks for the heads-up. I never tested that, how neglectful!
Looks like the issue is that I'm using a React Router link, instead of a standard <a> tag, and React Router links are only for client-side navigation. Should be an easy fix :)