ReTest ogImage
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
defineOgImage({
|
||||
url: "/web-app-manifest-192x192.png"
|
||||
})
|
||||
|
||||
import { POSITIONS, LANE_IMAGES, POSITIONS_STR } from '~/utils/cdragon';
|
||||
|
||||
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>
|
||||
<Head>
|
||||
<Title>Home</Title>
|
||||
<meta property="og:image" content="/buildpath-high-resolution-logo-transparent.png">
|
||||
</Head>
|
||||
|
||||
<Logo id="index-logo"/>
|
||||
|
||||
Reference in New Issue
Block a user