vernak2539 / astro-rehype-relative-markdown-links

Rehype Plugin for Astro that allows for usage of relative links between markdown files
https://www.npmjs.com/package/astro-rehype-relative-markdown-links
12 stars 4 forks source link

not the right path #62

Closed Arhell closed 1 month ago

Arhell commented 1 month ago

Hi, I tried the plugin, it works well, but I can't find how to remove the docs path example

now http://localhost/docs/pipes/github need http://localhost/pipes/github

Arhell commented 1 month ago

found a solution

const options = { contentPath: 'src/content/docs', };