0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 07:16:02 +09:00

Add next-seo.config.js

This commit is contained in:
yude 2021-08-14 10:11:50 +09:00
parent 1287e54b43
commit 3802286327
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

13
next-seo.config.js Normal file
View File

@ -0,0 +1,13 @@
export default {
openGraph: {
type: 'website',
locale: 'ja_JP',
url: 'https://yude.jp/',
site_name: 'yude.jp',
},
twitter: {
handle: '@yudejp',
site: '@yudejp',
cardType: 'summary_large_image',
},
};