OSDN Git Service

バージョン情報更新 v3.8.0
[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 = '/'
18 to = 'https://github.com/opentween/OpenTween'
19 status = 302
20 force = true