Test logo as index 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:07:28 +01:00
parent 351c9547aa
commit 2c254e0c6b
4 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
<script setup lang="ts">
defineOgImage({
url: "/buildpath-high-resolution-logo-transparent.png",
width: 192,
height: 245
})
import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon';
const {data: stats}: {data: Ref<{patch: number, count: number}>} = await useFetch("/api/stats")