From 2026cb900bb5ab540b80688386cf83d4e8d411dc Mon Sep 17 00:00:00 2001 From: Jacob Day Date: Fri, 22 Mar 2019 08:00:57 -0500 Subject: [PATCH] Update redirect.js --- redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.js b/redirect.js index a273774..cbcf785 100644 --- a/redirect.js +++ b/redirect.js @@ -2,7 +2,7 @@ var allposts = []; function redirectToCorrectPage() { console.log("Unable to find page. Trying other URL cases."); {% for post in site.pages %} - allposts.push("{{ jacobday.github.io/RoadTrip }}"); + allposts.push("{{ https://jacobday.github.io/RoadTrip }}"); {% endfor %} var url = window.location.pathname; // strip trailing /