You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up a dummy website using VuePress, and I don't know how to get the actionLink in the Front Matter for the Homepage to link to mailto:tim@itspugle.ga. At the moment, it's looking like this:
and the Front Matter is:
---
home: true
heroImage: /assets/header.jpg
actionText: Get in touch 📩
actionLink: mailto:tim@itspugle.ga
(features & footer down here)
---