Skip to content

Commit 8072034

Browse files
authored
feature: add blog link (#812)
1 parent b8ef369 commit 8072034

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ module.exports = {
372372
{
373373
text: 'Weekly news',
374374
link: 'https://news.vuejs.org/'
375+
},
376+
{
377+
text: 'Blog',
378+
link: 'https://blog.vuejs.org/'
375379
}
376380
]
377381
}

0 commit comments

Comments
 (0)