Fix redirect for my James Somerton blog post from Neocities

This commit is contained in:
Leilukin 2024-05-31 22:58:50 +08:00 committed by Helen Chong
parent 1267976593
commit ae725c138f

View File

@ -10,4 +10,8 @@ const redirectUrl = (oldStr, newStr) => {
} }
redirectUrl(oldDomain, newDomain); redirectUrl(oldDomain, newDomain);
redirectUrl(
'leilukin.neocities.org/blog/posts/2024-05-14-james-somerton-my-vide-',
'leilukin.com/blog/posts/2024-05-14-james-somerton-my-video-'
);
redirectUrl('james-somerton-my-vide-', 'james-somerton-my-video-'); redirectUrl('james-somerton-my-vide-', 'james-somerton-my-video-');