From bb62d38e6bef678b30681ce3e9241a8ff0959e3c Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Fri, 19 Mar 2021 17:35:24 +0100 Subject: [PATCH] Changed "celestes" to "astres" --- src/components/Navbar.vue | 4 ++-- src/router/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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