Skip to content

Commit 129c888

Browse files
gunadhyacalebcartwright
authored andcommitted
Fix redirect issue
Signed-off-by: gunadhya <[email protected]>
1 parent 84d254f commit 129c888

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
console.log(err);
122122
return;
123123
}
124-
this.version = latest.name;
124+
if (versionParam == null) {
125+
this.version = latest.name;
126+
}
125127
},
126128
async outputHtml() {
127129
if (this.version !== this.oldVersion) {

0 commit comments

Comments
 (0)