remove netlify integration
This commit is contained in:
parent
a0039b1502
commit
dad2ab1246
21
netlify.toml
21
netlify.toml
|
@ -1,21 +0,0 @@
|
||||||
[[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
|
|
Reference in New Issue