yude.jp/next-seo.config.js

13 lines
259 B
JavaScript
Raw Permalink Normal View History

2021-08-14 10:11:50 +09:00
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',
},
};