website: turn off client-side navigation

This commit is contained in:
Yangshun
2021-08-07 21:52:35 +08:00
parent 10f1e4df2d
commit e3411ef50d
7 changed files with 848 additions and 521 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
src: 'img/logo.svg',
},
items: [
{to: 'introduction', label: 'Getting Started', position: 'right'},
{href: '/introduction', label: 'Getting Started', position: 'right'},
{to: 'blog', label: 'Blog', position: 'right'},
{
href: 'https://github.com/yangshun/tech-interview-handbook',