Use the CorralitoComing seal as the site logo and favicon

The seal already carries the name, so it replaces the text wordmark in the
header and opens the footer. Small icon sizes use the central emblem only: the
circular lettering is unreadable below 48px.
This commit is contained in:
2026-08-25 13:25:13 +02:00
parent 55b70f0805
commit 4e8d1a892e
6 changed files with 20 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ useSeoMeta({
ogDescription: SITE_DESCRIPTION,
ogType: 'website',
ogUrl: config.siteUrl,
ogImage: `${config.siteUrl}/logo.png`,
})
</script>