OSDN Git Service

バージョン情報更新 v2.4.1
[opentween/open-tween_status.git] / netlify.toml
1 [build]
2 publish = 'public'
3
4 [[headers]]
5 for = '*.txt'
6
7   [headers.values]
8   Content-Type = 'text/plain; charset=utf-8'
9
10 [[redirects]]
11 from = 'https://opentween.netlify.com/*'
12 to = 'https://www.opentween.org/:splat'
13 status = 301
14 force = true
15
16 [[redirects]]
17 from = 'https://opentween.jp/*'
18 to = 'https://www.opentween.org/:splat'
19 status = 301
20 force = true
21
22 [[redirects]]
23 from = 'https://www.opentween.jp/*'
24 to = 'https://www.opentween.org/:splat'
25 status = 301
26 force = true
27
28 [[redirects]]
29 from = '/'
30 to = 'https://osdn.net/projects/opentween/'
31 status = 302
32 force = true