Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/b280e1865189eb20857748cbff4433b7374f8331 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix nightly issue

pull/284/head
Ben Phelps 3 years ago
parent 371eacb354
commit b280e18651

@ -29,7 +29,7 @@ export default function Version() {
<span className="text-xs text-theme-500 opacity-50">
{version} ({revision.substring(0, 7)}, {formatDate(buildTime)})
</span>
{version === "main" || version === "dev"
{version === "main" || version === "dev" || version === "nightly"
? null
: releaseData &&
compareVersions(latestRelease.tag_name, version) > 0 && (

Loading…
Cancel
Save