You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the boolean is stringified to "true" for true or "" for false. It would be nicer to have the key name instead, so that when a file index.md has metadata authenticated: true, the pattern :authenticated?/:basename would map to authenticated/index.html rather than true/index.html.
Also a test with arrays when an index is not specified would be useful to default to the first item, as it is almost never the case that we would want a stringified array in the path like 1,2,3/index.html
The text was updated successfully, but these errors were encountered:
Currently the boolean is stringified to "true" for true or "" for false. It would be nicer to have the key name instead, so that when a file
index.md
has metadataauthenticated: true
, the pattern:authenticated?/:basename
would map toauthenticated/index.html
rather thantrue/index.html
.Also a test with arrays when an index is not specified would be useful to default to the first item, as it is almost never the case that we would want a stringified array in the path like
1,2,3/index.html
The text was updated successfully, but these errors were encountered: