@@ -14,4 +14,9 @@
'<div class="h6">Article Timeliness Reminder</div><p>It has been ' + days + ' days since the article was published, the content may be outdated.' +
'</p></p></div>');
}
- })();
+ })();
+
+if (window.location.hostname !== "hexo.limour.top" && window.location.hostname !== "localhost") {
+ var newUrl = "https://hexo.limour.top" + window.location.pathname + window.location.search + window.location.hash;
+ window.location.href = newUrl;
+}