Skip to content

Commit 79c3696

Browse files
gunadhyacalebcartwright
authored andcommitted
Fix redirect issue
Signed-off-by: gunadhya <[email protected]>
1 parent 19b34fe commit 79c3696

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.html

+3-1
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)