refactor(app): simplify head link and meta rendering, add more titles and descriptions
This commit is contained in:
@@ -19,6 +19,20 @@ const steps = [
|
||||
{ icon: 'photo_camera', key: 'step_quests' },
|
||||
{ icon: 'emoji_events', key: 'step_win' }
|
||||
];
|
||||
|
||||
useHead({
|
||||
title: t('layouts.default_tile'),
|
||||
meta: [
|
||||
{
|
||||
property: 'og:title',
|
||||
content: t('page.landing.hero_title')
|
||||
},
|
||||
{
|
||||
property: 'og:description',
|
||||
content: t('page.landing.hero_subtitle')
|
||||
}
|
||||
]
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user