mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-21 19:50:10 +09:00
Add next-seo.config.js
This commit is contained in:
parent
1287e54b43
commit
3802286327
13
next-seo.config.js
Normal file
13
next-seo.config.js
Normal 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',
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user