From e6fa7fcbf406bc31c296e3bbaddb447e95621a81 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 10 Jan 2026 17:29:03 -0500 Subject: [PATCH] More title/description data --- app/src/router/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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',