We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdaaa2 commit 1eb93acCopy full SHA for 1eb93ac
src/routes/solid-router/concepts/dynamic-routes.mdx
@@ -84,8 +84,6 @@ So in this example:
84
- `/users/mom/me/contact.html` would not match as `:id` is not a number,
85
- `/users/dad/123/contact` would not match as `:withHtmlExtension` is missing `.html`.
86
87
----
88
-
89
## Optional parameters
90
91
Parameters can be specified as optional by adding a question mark to the end of the parameter name:
0 commit comments