diff --git a/js/pacosako_ui.js b/js/pacosako_ui.js index 4730948..aeefa3b 100644 --- a/js/pacosako_ui.js +++ b/js/pacosako_ui.js @@ -1260,6 +1260,14 @@ $(function (){ $(window).on('resize', fixSafariPadding); fixSafariPadding(); } + + (function() { + const match = location.href.match('^https://jessemcdonald.info/~nybble/paco_sako/(.*)'); + if (match) { + /* Redirect to the new URL */ + location.href = `https://pacosako.jessemcdonald.info/${match[1]}`; + } + })(); }); /* vim:set expandtab sw=3 ts=8: */