diff --git a/website/theme.config.js b/website/theme.config.js
index e96c68f5..2a80bd2a 100644
--- a/website/theme.config.js
+++ b/website/theme.config.js
@@ -1,6 +1,6 @@
export default {
projectLink: 'https://github.com/umbracle/ethgo', // GitHub link in the navbar
- docsRepositoryBase: 'https://github.com/umbracle/ethgo/blob/master/website', // base URL for the docs repository
+ docsRepositoryBase: 'https://github.com/umbracle/ethgo/tree/master/website/pages', // base URL for the docs repository
titleSuffix: ' – Ethgo',
nextLinks: true,
prevLinks: true,
@@ -22,8 +22,8 @@ export default {
head: (
<>
-
-
+
+
>
),
}
\ No newline at end of file