Skip to content

Commit

Permalink
fix: Redirect another-pomodoro.app to focustide.app (#323)
Browse files Browse the repository at this point in the history
* fix: Redirect another-pomodoro.app to focustide.app

* fix: Remove unused proxy redirects
  • Loading branch information
Hanziness committed Jan 8, 2023
1 parent 194cfca commit 012d7ee
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
status = 301
force = true

[[redirects]]
from = "http://another-pomodoro.app/*"
to = "https://focustide.app/:splat"
status = 301
force = true

[[redirects]]
from = "https://another-pomodoro.app/*"
to = "https://focustide.app/:splat"
status = 301
force = true

[[redirects]]
from = "/timer"
to = "/"
Expand All @@ -27,18 +39,3 @@
from = "/_hive/*"
to = "https://hive.splitbee.io/:splat"
status = 200

[[redirects]]
from = "/fa.js"
to = "https://fairdatacenter.de/cdn/fair.js"
status = 200

[[redirects]]
from = "/pa.js"
to = "https://plausible.io/js/plausible.outbound-links.js"
status = 200

[[redirects]]
from = "/plausible-api"
to = "https://plausible.io/api/event"
status = 202

0 comments on commit 012d7ee

Please sign in to comment.