adding /now page

This commit is contained in:
2024-02-24 12:51:47 -05:00
parent 2122389b3e
commit 1279cade22
3 changed files with 32 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ const { pathname } = Astro.url;
const navLinks: NavLink[] = [
{ label: '📝 Blog', path: '/' },
{ label: '👤 About', path: '/about/' },
{ label: '🕐 Now', path: '/now/' },
];
---