File tree 1 file changed +22
-16
lines changed
1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,31 @@ targetPort = 3001
16
16
deno_import_map = " ./netlify/edge-functions/deno.json"
17
17
18
18
[[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
23
23
24
24
[[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
29
29
30
30
[[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
35
35
36
36
[[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
You can’t perform that action at this time.
0 commit comments