Skip to content

Commit

Permalink
Fix: e2eが落ちてるのを修正 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Oct 9, 2023
1 parent 09fc91e commit f06d284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ import { isBrowser } from "@/type/preload";

const routes: Array<RouteRecordRaw> = [
{
path: "/",
path: "/home",
component:
import.meta.env.VITE_TARGET === "mobile" ? MobileEditorHome : EditorHome,
props: (route) => ({ projectFilePath: route.query["projectFilePath"] }),
alias: "/",
},
];

Expand Down

0 comments on commit f06d284

Please sign in to comment.