this page is existing permalink for the following question:
https://davecode.me/q+a/20211215220632 Apparently, I know that "URL parameters" are ?key=value&key=value etc. What are THESE ones?the thing after the ? is a query parameter. this gets confusing quick, so the framework i use only refers to the /route/[param]/etc as a param and the other as a query. read more how SvelteKit handles it here . they're also called slugs.