richard1015 5 年 前
コミット
d0e3aedc3c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/sites/doc/router.ts

+ 1 - 1
src/sites/doc/router.ts

@@ -36,7 +36,7 @@ routes.push({
 routes.push({
   name: 'NotFound',
   path: '/:path(.*)+',
-  redirect: () => '/',
+  redirect: () => '/'
 });
 
 const router = createRouter({