GatsbyJS Display Post Tags with URL

I want to Display Post Tag with HyperLink in the Post Content Page

I add this below line on /src/templates/post.js

import { Tags } from '@tryghost/helpers-gatsby'


<Tags post={post} visibility="public" autolink={false} />

it displays the Tag but no hyperlink
Next, I set the Autolink to true it fetch the hyperlink but like this :arrow_down:

https://example.com/posttag

tag is missing in the middle of the URL

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.