I’m trying to have a static page as the home page, and apart the “posts” page.
Everything is working except that when I enter the “posts” page, it redirects me to the home.
Is anything wrong in my routes.yaml? Thanks!
Thanks for the answer Aileen. In any case, I finally solved it changing /posts/ and /post/ for /list/ and /item/, in that order. It seems that /posts/ is like a reserved variable o something like that.