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
https://example.com/posttag
tag
is missing in the middle of the URL