Search params on index.route with '/'

I'm using search params on the index page. '/' is added to the end of the URL. Can this behavior be changed? I want it not to be added.
Here's my example: https://stackblitz.com/edit/tanstack-router-famkfjkq?file=src%2Froutes%2Findex.tsx

Current behavior: https://[your-stackblitz-url]/?count=0
Expected behavior: https://[your-stackblitz-url]?count=0
Was this page helpful?