Explorar o código

feat: add more 404

chenshuai2144 %!s(int64=4) %!d(string=hai) anos
pai
achega
922b92b849
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      config/routes.ts

+ 6 - 0
config/routes.ts

@@ -13,6 +13,9 @@
           },
         ],
       },
+      {
+        component: './404',
+      },
     ],
   },
   {
@@ -34,6 +37,9 @@
         icon: 'smile',
         component: './Welcome',
       },
+      {
+        component: './404',
+      },
     ],
   },
   {