Skip to content

Commit

Permalink
Update redirect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobday authored Mar 22, 2019
1 parent b102cce commit 2026cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 2026cb9

Please sign in to comment.