My route.yaml is looked like this.
routes:
/:
data:
post: page.home
template: page
collections:
/latest-news/:
permalink: /latest-news/{slug}/
template: index
filter: primary_tag:getting-started
data: tag.getting-started
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
I am referencing from this ghost forum but raising 404 in my home page.
I am using Ghost version: 2.22.1 and using symmetric theme.
What is missing? Thanks in advance.