Fix canonical & meta URLs. Closes #107

This commit is contained in:
Ian Renton
2026-03-09 21:00:23 +00:00
parent b6407b4f66
commit b0a7e4ea81
11 changed files with 30 additions and 26 deletions

View File

@@ -14,6 +14,7 @@ with open("config.yml") as f:
config = yaml.safe_load(f)
logging.info("Loaded config.")
BASE_URL = config["base-url"]
MAX_SPOT_AGE = config["max-spot-age-sec"]
MAX_ALERT_AGE = config["max-alert-age-sec"]
SERVER_OWNER_CALLSIGN = config["server-owner-callsign"]