msa
1
Hello!
if I edit site.yaml adding some routes, the routes who use a taxonomy filter are ignored, 404 error.
for example:
taxonomies:
- category
routes:
/tracked-carrier: 'category:tracked-carrier'
not work
if I place manually the address… https://mysite.com/category:tracked-carrier works perfect
some idea?
@msa, Not sure if it fits your needs, but using redirects it will work:
The following config in /user/config/site.yaml on a default Blog Site skeleton…
redirects:
/mushroom: /tag:mushroom
…will show a list of blog items with tag mushroom
.
msa
3
@pamtbaau always save me! Thanks!
now works perfect