[Solved] How to setup a custom frontpage in 3.0

In previous versions, I can replace templates/signup_team.html with my own content, as long as have the code between {{define "signup_team}} and {{end}}.
However, after upgrading to 3.0, the system is using {{define “signup_team_body”}}, which prevent me to directly replace signup_team.html content to have a custom frontpage.
Any suggestion please?

set a new location in nginx

location = / {
    proxy_pass http://localhost:11223/static/frontpage.html;
}
1 Like