Added SEO meta
All checks were successful
pipeline / build-and-push-images (push) Successful in 25s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-02 15:48:48 +01:00
parent 43cbf51117
commit 5034589565

View File

@@ -1,3 +1,12 @@
<script setup lang="ts">
useSeoMeta({
title: 'BuildPath',
ogTitle: 'BuildPath',
description: 'BuildPath: a tool for League of Legends champions runes and build paths.',
ogDescription: 'BuildPath: a tool for League of Legends champions runes and build paths.',
})
</script>
<template> <template>
<div> <div>
<NuxtRouteAnnouncer /> <NuxtRouteAnnouncer />