What configurations are required in my routes to handle the query parameter userActivity for a URL like https://somesite.com/feedpool?userActivity=false?
I'm using Vite as a build tool, with the base URL set to feedpool. When I enter the query parameter without any route configuration, the page displays an error: "The server is configured with a public base URL of /feedpool/ - did you mean to visit /feedpool/feedpool?userActivity=false instead?"
https://somesite.com/feedpool/?userActivity=falseroute.query/feedpool/perhaps set it to/feedpool(but yeah, nothing to do with routing)