From 3acca1277f84bdc9d9ed4ba1e772091dc720016e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Per=20Enstr=C3=B6m?= Date: Wed, 10 Nov 2021 13:44:30 +0100 Subject: [PATCH] docs: better example (#1196) --- docs/guide/essentials/redirect-and-alias.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/redirect-and-alias.md b/docs/guide/essentials/redirect-and-alias.md index d825aa5d..c91ead37 100644 --- a/docs/guide/essentials/redirect-and-alias.md +++ b/docs/guide/essentials/redirect-and-alias.md @@ -2,7 +2,7 @@ ## Redirect -Redirecting is also done in the `routes` configuration. To redirect from `/a` to `/b`: +Redirecting is also done in the `routes` configuration. To redirect from `/home` to `/`: ```js const routes = [{ path: '/home', redirect: '/' }] -- 2.47.3