fix: get-started -> getting-started
This commit is contained in:
parent
ce7080222c
commit
5c2611aa89
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ export default defineConfig({
|
|||
label: "Guides",
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{ label: "Get Started", slug: "guides/get-started" },
|
||||
{ label: "Get Started", slug: "guides/getting-started" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ hero:
|
|||
# file: ../../assets/houston.webp
|
||||
actions:
|
||||
- text: Get Started
|
||||
link: /guides/get-started/
|
||||
link: /guides/getting-started/
|
||||
icon: right-arrow
|
||||
- text: About the Author
|
||||
link: https://ayo.ayco.io/about
|
||||
|
|
Loading…
Reference in a new issue