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
Sorry if this is not the correct place to get this info. I'm very new Vue and Vuepress.
I'm trying to write documentation for a software project and I'm using Vuepress with markdown files.
I have lots of links that point out to an external site and I was wondering if there was a way for me including the base path in the front matter and then use that in the markdown link.
---
api: http://domain.com/api
---
This is the [link]({{ $page.api }}/path/to/a/file.html)