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
1 changed files with 13 additions and 0 deletions

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',
},
};