Skip to content

Commit

Permalink
chore: now hot.opensauced.pizza/* redirects to app.opensauced.pizza/e…
Browse files Browse the repository at this point in the history
…xplore (#4141)
  • Loading branch information
nickytonline authored Sep 26, 2024
1 parent 6124086 commit f54d043
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,31 @@ targetPort = 3001
deno_import_map = "./netlify/edge-functions/deno.json"

[[redirects]]
from = "https://insight.opensauced.pizza/*"
to = "https://insights.opensauced.pizza/:splat"
status = 301
force = true
from = "https://insight.opensauced.pizza/*"
to = "https://insights.opensauced.pizza/:splat"
status = 301
force = true

[[redirects]]
from = "https://insights.opensauced.pizza/*"
to = "https://app.opensauced.pizza/:splat"
status = 301
force = true
from = "https://insights.opensauced.pizza/*"
to = "https://app.opensauced.pizza/:splat"
status = 301
force = true

[[redirects]]
from = "https://beta.insights.opensauced.pizza/*"
to = "https://beta.app.opensauced.pizza/:splat"
status = 301
force = true
from = "https://beta.insights.opensauced.pizza/*"
to = "https://beta.app.opensauced.pizza/:splat"
status = 301
force = true

[[redirects]]
from = "https://oscr.me/:username"
to = "https://app.opensauced.pizza/u/:username/card"
status = 301
force = true
from = "https://oscr.me/:username"
to = "https://app.opensauced.pizza/u/:username/card"
status = 301
force = true

[[redirects]]
from = "https://hot.opensauced.pizza/*"
to = "https://app.opensauced.pizza/explore"
status = 301
force = true

0 comments on commit f54d043

Please sign in to comment.