Skip to content

Commit

Permalink
fix(web): include redirect (novuhq#6236)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-kralj-novu authored Aug 2, 2024
1 parent 05a355d commit 26412cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
status = 301
force = true

[[redirects]]
from = "https://eu.web.novu.co/*"
to = "https://eu.dashboard.novu.co/:splat"
status = 301
force = true

[[redirects]]
from = "http://eu.web.novu.co/*"
to = "http://eu.dashboard.novu.co/:splat"
status = 301
force = true

[[redirects]]
from = "/*"
to = "/index.html"
Expand Down

0 comments on commit 26412cf

Please sign in to comment.