Skip to content

Commit

Permalink
chore: switch redirect from insights to app (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Oct 10, 2023
1 parent 450904e commit 3f5927d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deno_import_map = "./netlify/edge-functions/deno.json"
force = true

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

0 comments on commit 3f5927d

Please sign in to comment.