Skip to content

Commit 9c12ba1

Browse files
authored
navbar: add link to the newsletter
1 parent fa0bbd6 commit 9c12ba1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/.vuepress/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ module.exports = {
2525
docsRepo: "https://github.com/gbdev/gbdev.github.io",
2626
docsBranch: "dev",
2727
docsDir: "website",
28-
navbar: [{
28+
navbar: [
29+
{ link: 'https://www.getrevue.co/profile/gbdev', text: 'Newsletter' },
30+
{
2931
text: 'Community',
3032
link: '/',
3133
collapsable: false,

0 commit comments

Comments
 (0)