Changed "celestes" to "astres"

This commit is contained in:
Alexis
2021-03-19 17:35:24 +01:00
parent b97de9e508
commit bb62d38e6b
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ export default defineComponent({
link: "/" link: "/"
}, },
{ {
text: "Célestes", text: "Astres",
link: "/celestes" link: "/astres"
}, },
{ {
text: "À propos", text: "À propos",

View File

@@ -19,12 +19,12 @@ const routes: Array<RouteRecordRaw> = [
component: About component: About
}, },
{ {
path: "/celestes", path: "/astres",
name: "CelesteAll", name: "CelesteAll",
component: Celestials component: Celestials
}, },
{ {
path: "/celestes/:slug", path: "/astres/:slug",
name: "CelesteSingle", name: "CelesteSingle",
component: Celestial, component: Celestial,
props: true props: true