fix(header): add additional navlink

This commit is contained in:
Jewgeni Lewash 2024-03-05 22:35:41 +01:00
parent e3bb3b34e4
commit 54dcefbf25

View File

@ -8,6 +8,7 @@ import logoImage from '@/assets/images/logo.png';
const navLinks = [
{ href: '/', label: 'Home' },
{ href: '/blog/', label: 'Blog' },
{ href: '/recipes/', label: 'Recipes' },
];
---