mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 03:56:19 +02:00
chore: change logo on opengraph, adjust title position on mobile post page
This commit is contained in:
parent
eb49f1def1
commit
67cc90f744
7 changed files with 313 additions and 306 deletions
|
@ -26,7 +26,11 @@ export const { getStaticPaths, GET } = OGImageRoute({
|
|||
description: page.description,
|
||||
logo: {
|
||||
path: './public/image/og-logo.png', // Required local path and PNG format
|
||||
size: [70],
|
||||
size: [250],
|
||||
},
|
||||
border: {
|
||||
color: [242, 241, 245],
|
||||
width: 20,
|
||||
},
|
||||
font: {
|
||||
title: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue