fix: OGP URL を www.techswan.online に変更 + デフォルトOGP画像設定
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 30s

This commit is contained in:
koide 2026-02-28 02:31:28 +00:00
parent 62ad94cca2
commit 17fcbb0a81

View File

@ -11,7 +11,7 @@ const config: Config = {
v4: true, v4: true,
}, },
url: 'https://docs.techswan.online', url: 'https://www.techswan.online',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'warn', onBrokenLinks: 'warn',
@ -53,6 +53,7 @@ const config: Config = {
], ],
themeConfig: { themeConfig: {
image: 'img/docusaurus-social-card.jpg',
colorMode: { colorMode: {
defaultMode: 'dark', defaultMode: 'dark',
respectPrefersColorScheme: true, respectPrefersColorScheme: true,