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

This commit is contained in:
2026-02-28 02:31:28 +00:00
parent 62ad94cca2
commit 17fcbb0a81
+2 -1
View File
@@ -11,7 +11,7 @@ const config: Config = {
v4: true,
},
url: 'https://docs.techswan.online',
url: 'https://www.techswan.online',
baseUrl: '/',
onBrokenLinks: 'warn',
@@ -53,6 +53,7 @@ const config: Config = {
],
themeConfig: {
image: 'img/docusaurus-social-card.jpg',
colorMode: {
defaultMode: 'dark',
respectPrefersColorScheme: true,