I’m making a website where everything is on the landing page, there is no navigation so far but everyhting is called using JSON and content representation.
so in a way to have no route confusion I made something quite simple so far
(:any) matches any character until the next slash, so will also include your json representation. Use another pattern like alpha or alphanum or a regex pattern as needed, see Routing | Kirby CMS