forgejo: set landing page as 'explore'

This commit is contained in:
Alexandre Cavalheiro 2024-08-21 18:48:06 -03:00
parent 257a96cdc9
commit ed19d9a085
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -7,6 +7,7 @@
settings = {
server = {
HTTP_PORT = 3788;
LANDING_PAGE = "explore";
ROOT_URL = "https://git.thewizard.link";
};