So this is annoying. This is my current routes.yaml.
routes:
collections:
/archive/:
permalink: /archive/{slug}/
template: index
filter: tag:archive
/:
permalink: /{slug}/
template: home
filter: tag:-[archive]
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Interestingly, this works when source is set to magazine or highlight. But when I set it to search or landing, it doesn’t work.
Is there any easy way to fix this using routes.yaml?