I’ve got a ‘Portfolio’ page, with child ‘Projects’. I’ve built a filter to filter different types of projects. The filter uses the filter created in the Kirby video: https://www.youtube.com/watch?v=ue15rQVQCqg&list=PLTep5U-3mg9EfgnQ08XDRs4vSOmhw2JWz&index=13
It all works fine. However, I was hoping to be able to share the URL of the filtered projects, for example, to send a client the URL for my ‘Design’ projects, or ‘Illustration’ projects. So I was hoping the URL might be nice and clean, something like www.example.com/portfolio-design or www.example.com/portfolio/illustration etc.
However the actual URLs generated by the filter look kinda weird, something like www.example.com/portfolio?filter=design
I don’t suppose there is an – easy – way to make the URL look nicer?