Permalink for taxonomy list page

So, I got

[permalinks]
    tags = "/blog/tags/:slug/"
    categories = "/blog/categories/:slug/"
    authors = "/blog/authors/:slug/"

which works as expected, I can go to /blog/tags/some-tag/ and it shows me posts tagged with that tag.
but the tags list page /tags/ is still the same, I want it to be /blog/tags/

1 Like

Same question - is there a solution for this?

Create a content/tags/_index.md file with frontmatter like url: /blog/tags/.