diff --git a/wiki/pages/tryhomepage.html b/wiki/pages/tryhomepage.html index 6916c56133ff6095f92f166e726c2fc2f6bb3cb4..873fc8ae076cb4b2c67d3506734f287c6e8ab38e 100644 --- a/wiki/pages/tryhomepage.html +++ b/wiki/pages/tryhomepage.html @@ -101,6 +101,7 @@ let link = document.createElement('link'); link.rel = 'prefetch'; // Preload the page link.href = nextPage; + document.head.appendChild(link); window.addEventListener('DOMContentLoaded', ()=>{ @@ -128,7 +129,7 @@ intro.classList.add('fade-out'); }) setTimeout(()=>{ - window.location.href = '/tsinghua/random'; + window.location.href = nextPage; }, 500); }, 2300)