mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-30 06:59:29 +08:00
docs: udpate og image
This commit is contained in:
parent
3b9178a1d4
commit
59c498c08b
2 changed files with 3 additions and 9 deletions
|
@ -19,20 +19,14 @@ export const metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'M-OAuth',
|
title: 'M-OAuth',
|
||||||
description: 'Access token generator for Akkoma, Pleroma, Mastodon, Misskey APIs.',
|
description: 'Access token generator for Akkoma, Pleroma, Mastodon, Misskey APIs.',
|
||||||
url: 'https://moauth.seviche.cc',
|
url: 'https://m-oauth.seviche.cc',
|
||||||
siteName: 'M-OAuth',
|
siteName: 'M-OAuth',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://nextjs.org/og.png',
|
url: '/og.png',
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
},
|
}
|
||||||
{
|
|
||||||
url: 'https://nextjs.org/og-alt.png',
|
|
||||||
width: 1800,
|
|
||||||
height: 1600,
|
|
||||||
alt: 'My custom alt',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
locale: 'en_US',
|
locale: 'en_US',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
|
|
BIN
public/og.png
Normal file
BIN
public/og.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
Loading…
Reference in a new issue