Test logo as index ogImage
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user