Skip to content

Commit 2461413

Browse files
authored
Merge pull request #238 from GeekyAnts/fix/404
Fix/404
2 parents 7b8ef82 + e838519 commit 2461413

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

layouts/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ function Layout({
105105
" | NativeBase "
106106
}`;
107107

108-
console.log(frontMatter? frontMatter.title : pages?.currentPage?.title, "12121212")
109-
110-
111-
112108
let href = "https://docs.nativebase.io/" + pages.currentPage.id;
113109
return (
114110
<>

redirects.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14142,20 +14142,5 @@
1414214142
"source":"/3.0.x/customizingTheme",
1414314143
"destination":"/3.0.x/customizing-theme",
1414414144
"permanent":true
14145-
},
14146-
{
14147-
"source":"/3.0.x/next-adapter",
14148-
"destination":"/3.0.x",
14149-
"permanent":true
14150-
},
14151-
{
14152-
"source":"/3.1.x/next-adapter",
14153-
"destination":"/3.1.x",
14154-
"permanent":true
14155-
},
14156-
{
14157-
"source":"/3.2.x/next-adapter",
14158-
"destination":"/3.2.x",
14159-
"permanent":true
14160-
}
14145+
}
1416114146
]

0 commit comments

Comments
 (0)