diff --git a/next.config.mjs b/next.config.mjs
index b5482b54..96158e0c 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -23,7 +23,7 @@ const nextConfig = {
return [
{
source: '/',
- destination: '/docs/introduction',
+ destination: '/docs/introductions',
permanent: true,
},
]
diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index a7ccdc7d..ad8518be 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -70,10 +70,10 @@ export const Header = forwardRef(function Header({ className }, ref) {
Home
Docs
- API
+ API
Blog
Github
- Support
+ Support
diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx
index 82414418..39a32a2d 100644
--- a/src/components/Navigation.jsx
+++ b/src/components/Navigation.jsx
@@ -388,11 +388,11 @@ export function Navigation(props) {