Hello guys. I need help again.
I created 2 collections to filter my content and I did it using the routes.yaml file and I will leave the code below:
routes:
/signup/: members/signup
/signin/: members/signin
/account/: members/account
/offline/: offline
collections:
/anime/:
permalink: /anime/{primary_tag}/{slug}/
template: index
filter: tag:hash-anime
data: tag.anime
/manga/:
permalink: /manga/{primary_tag}/{slug}/
template: index
filter: tag:hash-manga
data: tag.manga
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
After creating the collections everything worked perfectly then, I made several publications using the Ghost API so that everything was divided. The division worked too.
But my posts no longer appear on my website’s homepage.
Follow the URL: https: tobruxo.com.br
Can you help me? Has anyone experienced this problem?