OSDN Git Service

Netlifyでのホスティングに移行
[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 = '/'
12 to = 'https://osdn.net/projects/opentween/'
13 status = 302
14 force = true