More title/description data

This commit is contained in:
Andrew Lalis 2026-01-10 17:29:03 -05:00
parent 0754431a63
commit e6fa7fcbf4
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,11 @@ const router = createRouter({
}, },
{ {
path: 'about', 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', path: 'contact',