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
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/router.jade
+17-6
Original file line number
Diff line number
Diff line change
@@ -978,22 +978,33 @@ code-example(format="").
978
978
We prefer that the application display the list of crises as it would if the user clicked the "Crisis Center" link or pasted `localhost:3000/crisis-center/` into the address bar.
979
979
This is our intended default route.
980
980
981
-
The preferred solution is to add a `redirect` route that transparently translates from the initial URL (`''`) to the preferred default path (`/crisis-center`):
981
+
The preferred solution is to add a `redirect` route that transparently translates from the initial relative URL (`''`)
0 commit comments