Hi, I am trying to do routing for multi-lang sites. For default lang its work fine, but for another language I have posts from the default language.
my routes.yaml
routes:
collections:
/:
permalink: /{slug}/
template: index
filter: 'tag:-hash-no'
/no/:
permalink: /no/{slug}/
template: index-no
filter: 'tag:hash-no'
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
I would like it:
URL: /no/author/{slug} - here only post for norwegian language.