Skip to content

Commit

Permalink
chore: add redirects for beta deployments (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Oct 10, 2023
1 parent c58cd3e commit 2ea3989
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ deno_import_map = "./netlify/edge-functions/deno.json"
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

0 comments on commit 2ea3989

Please sign in to comment.