mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: typecheck
This commit is contained in:
parent
6ddbac489e
commit
d53eac562e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ useHead({
|
||||||
useSeoMeta({
|
useSeoMeta({
|
||||||
ogTitle: project.value.name,
|
ogTitle: project.value.name,
|
||||||
ogDescription: project.value.description,
|
ogDescription: project.value.description,
|
||||||
ogImage: project.logos?.at(0)?.url,
|
ogImage: project.value?.logos?.at(0)?.url ?? '',
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue