diff --git a/custom_theme/main.html b/custom_theme/main.html
index 8dc1797be..98f70d0f3 100644
--- a/custom_theme/main.html
+++ b/custom_theme/main.html
@@ -45,8 +45,8 @@
xhr.open("GET", "/versions.json");
xhr.onload = function() {
var versions = JSON.parse(this.responseText);
- latest_version = ""
- dev_version = ""
+ latest_version = "/0.0.0/"
+ dev_version = "/0.0.0/"
for (id in versions) {
if (versions[id]["aliases"].length > 0 && versions[id]["aliases"].includes("latest")) {
latest_version = "/" + versions[id].version + "/";