diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 7eeee35..aaada17 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -23,8 +23,8 @@ export default defineComponent({ link: "/" }, { - text: "Célestes", - link: "/celestes" + text: "Astres", + link: "/astres" }, { text: "À propos", diff --git a/src/router/index.ts b/src/router/index.ts index 7087f20..d6f1be3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -19,12 +19,12 @@ const routes: Array = [ component: About }, { - path: "/celestes", + path: "/astres", name: "CelesteAll", component: Celestials }, { - path: "/celestes/:slug", + path: "/astres/:slug", name: "CelesteSingle", component: Celestial, props: true