Skip to content

Commit

Permalink
doc: 404 redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolff44 committed Mar 12, 2024
1 parent a8bb31c commit 8f58a26
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,43 @@
from = "/api/event"
to = "https://plausible.io/api/event"
status = 200

[[redirects]]
from = "/knowledge-base/*"
to = "/getting-started"
status = 301

[[redirects]]
from = "/faq/*"
to = "/"
status = 301

[[redirects]]
from = "/customer-portal/"
to = "/"
status = 301

[[redirects]]
from = "/home/"
to = "/"
status = 301

[[redirects]]
from = "/support/"
to = "/contributing/"
status = 301

[[redirects]]
from = "/demo/"
to = "/"
status = 301

[[redirects]]
from = "/how-to-install-pyfreebilling-1-4-6-on-ubuntu-14-04-64-bits-lts/"
to = "/getting-started"
status = 301

[[redirects]]
from = "/new-stats-panel/"
to = "/"
status = 301

0 comments on commit 8f58a26

Please sign in to comment.