adding /now page
This commit is contained in:
@@ -6,6 +6,7 @@ const { pathname } = Astro.url;
|
||||
const navLinks: NavLink[] = [
|
||||
{ label: '📝 Blog', path: '/' },
|
||||
{ label: '👤 About', path: '/about/' },
|
||||
{ label: '🕐 Now', path: '/now/' },
|
||||
];
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user