OSDN Git Service

使用していないドメイン名に関するリダイレクト設定を削除
authorKimura Youichi <kim.upsilon@bucyou.net>
Mon, 17 Jul 2023 11:27:41 +0000 (20:27 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Mon, 17 Jul 2023 11:28:02 +0000 (20:28 +0900)
netlify.toml

index 36fb210..801788e 100644 (file)
@@ -14,18 +14,6 @@ status = 301
 force = true
 
 [[redirects]]
-from = 'https://opentween.jp/*'
-to = 'https://www.opentween.org/:splat'
-status = 301
-force = true
-
-[[redirects]]
-from = 'https://www.opentween.jp/*'
-to = 'https://www.opentween.org/:splat'
-status = 301
-force = true
-
-[[redirects]]
 from = '/'
 to = 'https://osdn.net/projects/opentween/'
 status = 302