More title/description data
This commit is contained in:
parent
0754431a63
commit
e6fa7fcbf4
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue