Skip to content

Commit

Permalink
syntax bug fixed in redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
woolfg committed May 6, 2024
1 parent 9d5cd66 commit 13234a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1460,13 +1460,13 @@ force = true

[[redirects]]
from = "/coffee"
https://jump.engineeringkiosk.dev/coffee
to = "https://jump.engineeringkiosk.dev/coffee"
status = 302
force = true

[[redirects]]
from = "/kaffee"
https://jump.engineeringkiosk.dev/coffee
to = "https://jump.engineeringkiosk.dev/coffee"
status = 302
force = true

Expand Down

0 comments on commit 13234a0

Please sign in to comment.