feat: add home link to navigation

This commit is contained in:
2026-05-10 23:41:46 +10:00
parent 6e1728d35e
commit d990adf193
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
/** @type {NavLink[]} */
const NAV_LINKS = [
{ label: 'home', href: '/' },
{ label: 'blog', href: '/blog.html' },
{ label: 'docs', href: '/docs/' },
{ label: 'github', href: 'https://github.com/litruv', external: true },