Skip to content

Commit

Permalink
Fix website refs (#162)
Browse files Browse the repository at this point in the history
* Fix github edit link

* Fix text header
  • Loading branch information
ferranbt authored Mar 3, 2022
1 parent 6f7d16b commit 1761cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/theme.config.js
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -22,8 +22,8 @@ export default {
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Ethgo: the next docs builder" />
<meta name="og:title" content="Ethgo: the next docs builder" />
<meta name="description" content="Ethgo: lightweight Go Ethereum SDK" />
<meta name="og:title" content="Ethgo: lightweight Go Ethereum SDK" />
</>
),
}

1 comment on commit 1761cf9

@vercel
Copy link

@vercel vercel bot commented on 1761cf9 Mar 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.