+2
-1
src/lib/data/navItems.ts
+2
-1
src/lib/data/navItems.ts
···
7
7
8
8
export const navItems: NavItem[] = [
9
9
{ href: '/', label: 'Home', iconPath: 'Home' },
10
10
-
{ href: '/site/meta', label: 'Site Meta', iconPath: 'Info' }
10
10
+
{ href: '/site/meta', label: 'Site Meta', iconPath: 'Info' },
11
11
+
{ href: '/archive', label: 'Archive', iconPath: 'Archive' }
11
12
];