Changed "celestes" to "astres"
This commit is contained in:
@@ -23,8 +23,8 @@ export default defineComponent({
|
||||
link: "/"
|
||||
},
|
||||
{
|
||||
text: "Célestes",
|
||||
link: "/celestes"
|
||||
text: "Astres",
|
||||
link: "/astres"
|
||||
},
|
||||
{
|
||||
text: "À propos",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user