From c0378edac066056f47b6442f5f7bcc97435135c7 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Tue, 26 Sep 2023 01:37:17 +0100 Subject: [PATCH 1/3] Update next.config.mjs --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index ff2efec..d1f5fe0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -49,6 +49,11 @@ const config = { destination: 'https://www.youtube.com/watch?v=9xRFN2i1cwQ', permanent: true, }, + { + source: '/letterone', + destination: 'https://distrokid.com/hyperfollow/alistair6/letter100-2', + permanent: true, + }, ]; }, }; From d53cb22c45dde2d0401154b1cc25bf31a1479fa0 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Tue, 26 Sep 2023 02:40:51 +0100 Subject: [PATCH 2/3] Update next.config.mjs --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index d1f5fe0..299dfe1 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,7 +51,7 @@ const config = { }, { source: '/letterone', - destination: 'https://distrokid.com/hyperfollow/alistair6/letter100-2', + destination: 'https://distrokid.com/hyperfollow/alistair6/letter100-3', permanent: true, }, ]; From 86e5184f6a876a96220f3c5625dbf8241ee96d23 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Tue, 26 Sep 2023 02:43:56 +0100 Subject: [PATCH 3/3] Update next.config.mjs --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 299dfe1..638c78f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,7 +51,7 @@ const config = { }, { source: '/letterone', - destination: 'https://distrokid.com/hyperfollow/alistair6/letter100-3', + destination: 'https://hyperfollow.com/alistair6/letter100-3', permanent: true, }, ];