diff --git a/config/routes.ts b/config/routes.ts index a269819edb407eec5e32a7e9540a580d13dc779a..ea518bbaddee71f7461ea5382f656dd1eca1e6cf 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -13,6 +13,9 @@ }, ], }, + { + component: './404', + }, ], }, { @@ -34,6 +37,9 @@ icon: 'smile', component: './Welcome', }, + { + component: './404', + }, ], }, {