seo meta on champions :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 8s

This commit is contained in:
2024-12-06 19:37:24 +01:00
parent 80c7f20eb7
commit 9c882fd69a

View File

@@ -12,6 +12,10 @@ defineOgImageComponent('Champion', {
pickrate: championData.value.pickrate, pickrate: championData.value.pickrate,
gameCount: championData.value.gameCount, gameCount: championData.value.gameCount,
}) })
useSeoMeta({
title: championData.value.name,
description: 'Build path and runes for ' + championData.value.name + ' on BuildPath'
})
const laneState = ref(0) const laneState = ref(0)
const state = ref("runes") const state = ref("runes")