ReTest ogImage
All checks were successful
pipeline / build-and-push-images (push) Successful in 32s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-04 23:17:40 +01:00
parent c3878d6538
commit 10ef23ff01

View File

@@ -1,8 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
defineOgImage({
url: "/web-app-manifest-192x192.png"
})
import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon'; import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon';
const {data: stats}: {data: Ref<{patch: number, count: number}>} = await useFetch("/api/stats") const {data: stats}: {data: Ref<{patch: number, count: number}>} = await useFetch("/api/stats")
@@ -11,6 +7,7 @@ const {data: stats}: {data: Ref<{patch: number, count: number}>} = await useFetc
<template> <template>
<Head> <Head>
<Title>Home</Title> <Title>Home</Title>
<meta property="og:image" content="/buildpath-high-resolution-logo-transparent.png">
</Head> </Head>
<Logo id="index-logo"/> <Logo id="index-logo"/>