netlify.toml (hoppscotch-2.2.1) | : | netlify.toml (hoppscotch-3.0.0) | ||
---|---|---|---|---|
skipping to change at line 63 | skipping to change at line 63 | |||
from = "/github" | from = "/github" | |||
to = "https://github.com/hoppscotch/hoppscotch" | to = "https://github.com/hoppscotch/hoppscotch" | |||
status = 301 | status = 301 | |||
force = true | force = true | |||
[[redirects]] | [[redirects]] | |||
from = "/announcements" | from = "/announcements" | |||
to = "https://company.hoppscotch.io/announcements" | to = "https://company.hoppscotch.io/announcements" | |||
status = 301 | status = 301 | |||
force = true | force = true | |||
[[redirects]] | ||||
from = "/robots.txt" | ||||
to = "/robots.txt" | ||||
status = 200 | ||||
[[redirects]] | ||||
from = "/sitemap.xml" | ||||
to = "/sitemap.xml" | ||||
status = 200 | ||||
[[redirects]] | ||||
from = "/*" | ||||
to = "/index.html" | ||||
status = 200 | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |