Add comment on new redirection statements

This commit is contained in:
2023-11-28 02:38:25 -06:00
parent cf76f65b7b
commit 2ca6840cf9

View File

@@ -30,6 +30,7 @@ const v2_redirects = [
"/drafts/presenting-to-humans",
"/photography",
].map((url) => {
// If the URL starts with /2, redirect to the new blog. Otherwise, redirect to the old v2 blog to maintain URLs.
if (url.startsWith("/2"))
return {
source: url,