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