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: "/"
},
{
text: "Célestes",
link: "/celestes"
text: "Astres",
link: "/astres"
},
{
text: "À propos",

View File

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