Fix OgChampion
All checks were successful
pipeline / build-and-push-images (push) Successful in 32s
pipeline / deploy (push) Successful in 8s

This commit is contained in:
2024-12-05 15:54:13 +01:00
parent db6638fa0b
commit 6d21628748
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ const championAlias = route.params.alias as string
const { data : championData } : {data : Ref<ChampionData>} = await useFetch("/api/champion/" + championAlias.toLowerCase())
const championId = championData.value.id
defineOgImageComponent('OgChampion', {
defineOgImageComponent('OpengraphChampion', {
title: championData.value.name,
id: championId,
winrate: championData.value.winrate,