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
Each redirect is defined as a line in the file with format:
157
+
158
+
~~~text
159
+
[source] [destination]
160
+
~~~
161
+
162
+
'Splats' are used in redirects. On matching, a splat (asterisk, `*`) will greedily match all characters and the matched value can be used in the redirect location with `:splat`.
0 commit comments