Trying different ogImage index
All checks were successful
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-04 23:11:10 +01:00
parent 2c254e0c6b
commit c3878d6538

View File

@@ -1,8 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
defineOgImage({ defineOgImage({
url: "/buildpath-high-resolution-logo-transparent.png", url: "/web-app-manifest-192x192.png"
width: 192,
height: 245
}) })
import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon'; import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon';