diff --git a/src/router/index.js b/src/router/index.js index 38740b3..6415b27 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,9 +13,9 @@ const routes = [ { path: "/", name: "index1", - component: ClaimView, + component: HomeView, meta: { - title: "claim", + title: "home", canonical: "https://.counterfire.games", }, },