mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
feat: add home link to navigation
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user