Skip to content

Commit

Permalink
Reorder redirects again
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed May 31, 2023
1 parent 56e6fbc commit 96965ba
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
@@ -1,12 +1,12 @@
[build]
publish = "dist/"

[[redirects]]
from = "https://staging.thirdroom.io/*"
to = "https://staging--thirdroom.netlify.app/:splat"
status = 301
force = true

[build]
publish = "dist/"

[[redirects]]
from = "/.well-known/*"
to = "/well-known/:splat"
Expand Down

0 comments on commit 96965ba

Please sign in to comment.