diff --git a/app/src/router/index.ts b/app/src/router/index.ts index 3b3ec59..c17e9ea 100644 --- a/app/src/router/index.ts +++ b/app/src/router/index.ts @@ -26,7 +26,11 @@ const router = createRouter({ }, { path: 'about', - component: AboutView + component: AboutView, + meta: { + title: "About Andrew (and this site)", + description: "Information about Andrew, and technical information about this website." + } }, { path: 'contact',