diff options
Diffstat (limited to 'components/Navbar.vue')
| -rw-r--r-- | components/Navbar.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue index 8c69807..2feda4e 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -44,8 +44,8 @@ export default { drawer: false, items: [ { title: 'Home', link: '/', icon: 'home' }, - { title: 'Blog', link: 'blog', icon: 'blog' }, - { title: 'Projects', link: 'projects', icon: 'projects' } + { title: 'Blog', link: '/blog', icon: 'blog' }, + { title: 'Projects', link: '/projects', icon: 'projects' } ] } } |
