ReTest ogImage
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user