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)
---
Sorry @yyx990803, but I don't know why you've closed this issue with that commit? I'm just asking a question about the functionality of VuePress locally, not reporting an issue.
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 tomailto:tim@itspugle.ga
. At the moment, it's looking like this:and the Front Matter is:
When I click the button, it takes me to http://localhost:8080/mailto:tim@itspugle.ga.html
(Just to clarify, that email isn't working just yet 🙂)
The text was updated successfully, but these errors were encountered: