Skip to content

Commit f54d043

Browse files
authored
chore: now hot.opensauced.pizza/* redirects to app.opensauced.pizza/explore (#4141)
1 parent 6124086 commit f54d043

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

netlify.toml

+22-16
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,31 @@ targetPort = 3001
1616
deno_import_map = "./netlify/edge-functions/deno.json"
1717

1818
[[redirects]]
19-
from = "https://insight.opensauced.pizza/*"
20-
to = "https://insights.opensauced.pizza/:splat"
21-
status = 301
22-
force = true
19+
from = "https://insight.opensauced.pizza/*"
20+
to = "https://insights.opensauced.pizza/:splat"
21+
status = 301
22+
force = true
2323

2424
[[redirects]]
25-
from = "https://insights.opensauced.pizza/*"
26-
to = "https://app.opensauced.pizza/:splat"
27-
status = 301
28-
force = true
25+
from = "https://insights.opensauced.pizza/*"
26+
to = "https://app.opensauced.pizza/:splat"
27+
status = 301
28+
force = true
2929

3030
[[redirects]]
31-
from = "https://beta.insights.opensauced.pizza/*"
32-
to = "https://beta.app.opensauced.pizza/:splat"
33-
status = 301
34-
force = true
31+
from = "https://beta.insights.opensauced.pizza/*"
32+
to = "https://beta.app.opensauced.pizza/:splat"
33+
status = 301
34+
force = true
3535

3636
[[redirects]]
37-
from = "https://oscr.me/:username"
38-
to = "https://app.opensauced.pizza/u/:username/card"
39-
status = 301
40-
force = true
37+
from = "https://oscr.me/:username"
38+
to = "https://app.opensauced.pizza/u/:username/card"
39+
status = 301
40+
force = true
41+
42+
[[redirects]]
43+
from = "https://hot.opensauced.pizza/*"
44+
to = "https://app.opensauced.pizza/explore"
45+
status = 301
46+
force = true

0 commit comments

Comments
 (0)