Redirect my James Somerton post as it contains misspelling
This commit is contained in:
parent
9e473f6d03
commit
aff5d31499
@ -13,6 +13,8 @@
|
||||
<link rel="stylesheet" href="{{'/assets/css/misc.css' | url | safe}}">
|
||||
<link rel="stylesheet" href="{{'/assets/fonts/noto-sans/noto-sans.css' | url | safe}}">
|
||||
|
||||
{# JavaScript #}
|
||||
<script src="/assets/js/redirect.js"></script>
|
||||
|
||||
{# Favicon #}
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||
|
@ -9,4 +9,5 @@ const redirectUrl = (oldStr, newStr) => {
|
||||
}
|
||||
}
|
||||
|
||||
redirectUrl(oldDomain, newDomain);
|
||||
redirectUrl(oldDomain, newDomain);
|
||||
redirectUrl('james-somerton-my-vide-', 'james-somerton-my-video-');
|
Loading…
x
Reference in New Issue
Block a user