File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ if (typeof window !== 'undefined') {
1818 window .location .href = " /" ;
1919 } catch (error) {
2020 console .error (" Error fetching latest release:" , error);
21+ await delay (5000 )
2122 window .location .href = " /" ;
2223 }
2324 };
@@ -26,4 +27,4 @@ if (typeof window !== 'undefined') {
2627}
2728</script >
2829
29- < p > Redirecting to the latest release page...</ p >
30+ # Redirecting to the latest release page...
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ if (typeof window !== 'undefined') {
1818 window .location .href = " /" ;
1919 } catch (error) {
2020 console .error (" Error fetching pre-release:" , error);
21+ await delay (5000 )
2122 window .location .href = " /" ;
2223 }
2324 };
@@ -26,4 +27,4 @@ if (typeof window !== 'undefined') {
2627}
2728</script >
2829
29- < p > Redirecting to the preview release page...</ p >
30+ # Redirecting to the preview release page...
You can’t perform that action at this time.
0 commit comments