Redirect sign-in and register links to a beta landing page
Public registrations on app.happydomain.org are paused. Route the sign-in, register, and join entry points to a new /beta/ page that explains the beta program and points users to self-hosting via the binary or Docker image.
This commit is contained in:
parent
a52e4f8aee
commit
3bb3f2cc75
8 changed files with 118 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ languages:
|
|||
|
||||
others_links:
|
||||
- text: "S'identifier"
|
||||
href: "//app.happydomain.org/login"
|
||||
href: "/fr/beta/"
|
||||
class: "btn btn-link text-dark"
|
||||
- text: "Essayer en ligne →"
|
||||
href: "//try.happydomain.org/"
|
||||
|
|
@ -89,7 +89,7 @@ params:
|
|||
|
||||
others_links:
|
||||
- text: "Sign in"
|
||||
href: "//app.happydomain.org/login"
|
||||
href: "/en/beta/"
|
||||
class: "btn btn-link text-dark"
|
||||
- text: "Try it online →"
|
||||
href: "//try.happydomain.org/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue