website: shift nav links around

This commit is contained in:
Yangshun
2022-01-24 08:20:40 +08:00
parent 697201fa0e
commit 036b9d1e24

View File

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