mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
📜 Redirect www traffic to .org as well (#6395)
* redirect www traffic to .org as well * conflict
This commit is contained in:
2
packages/docs/static/_redirects
vendored
2
packages/docs/static/_redirects
vendored
@@ -45,3 +45,5 @@
|
||||
# Redirect the .com domain to the .org domain
|
||||
http://actualbudget.com/* https://actualbudget.org/:splat 301!
|
||||
https://actualbudget.com/* https://actualbudget.org/:splat 301!
|
||||
http://www.actualbudget.com/* https://actualbudget.org/:splat 301!
|
||||
https://www.actualbudget.com/* https://actualbudget.org/:splat 301!
|
||||
|
||||
Reference in New Issue
Block a user