This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/netlify.toml

21 lines
378 B
TOML

[[redirects]]
from = "/skynet/skyfile"
to = "https://siasky.net/skynet/skyfile"
status = 200
force = true
[[redirects]]
from = "/file/*"
to = "https://siasky.net/file/:splat"
status = 200
force = true
[[redirects]]
from = "/"
to = "/"
status = 200
[[redirects]]
from = "/*"
to = "https://siasky.net/:splat"
status = 200