update page title
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-30 14:04:01 +01:00
parent 89fc861025
commit b7884f72fe
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,10 +7,10 @@ const APP_BASE_URL = '/'
const routes = [
{
path: APP_BASE_URL,
name: 'Generator - OG:IMAGE',
name: 'home',
component: Home,
meta: {
title: 'Home'
title: 'Generator - OG:IMAGE'
}
},
// {