Element Bug Fixes
This commit is contained in:
@@ -6,6 +6,7 @@ import { user, skills } from './user';
|
||||
|
||||
export const navigation = [
|
||||
{ name: 'home', path: '/', icon: '~' },
|
||||
{ name: 'about', path: '/about', icon: 'mdi:account' },
|
||||
{ name: 'portfolio', path: '/portfolio', icon: '📁' },
|
||||
// { name: 'models', path: '/models', icon: '🎨' },
|
||||
{ name: 'projects', path: '/projects', icon: '🏆' },
|
||||
@@ -45,6 +46,12 @@ export const pageMeta: Record<string, PageMeta> = {
|
||||
icon: 'mdi:home',
|
||||
keywords: ['home', 'portfolio', 'about']
|
||||
},
|
||||
'/about': {
|
||||
title: `${user.displayname} — About`,
|
||||
description: `About — ${user.title} portfolio and projects.`,
|
||||
icon: 'mdi:account',
|
||||
keywords: ['about', 'portfolio', 'about']
|
||||
},
|
||||
'/portfolio': {
|
||||
title: `${user.displayname} — Portfolio`,
|
||||
description: 'Selected projects, highlights and case studies.',
|
||||
|
||||
Reference in New Issue
Block a user