add /status, alias of /status-page (#471)

This commit is contained in:
LouisLam
2021-09-25 22:44:29 +08:00
parent ce9a97a107
commit 87e213085f
5 changed files with 8 additions and 3 deletions

View File

@@ -72,6 +72,10 @@ const routes = [
path: "/status-page",
component: StatusPage,
},
{
path: "/status",
component: StatusPage,
},
];
export const router = createRouter({