From e5e039fd0f6a87e1de876efd43610c4e674e88e9 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Thu, 25 Jan 2024 23:08:15 +0000 Subject: [PATCH 1/4] Update next.config.mjs --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 638c78f..3c2af9b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -54,6 +54,11 @@ const config = { destination: 'https://hyperfollow.com/alistair6/letter100-3', permanent: true, }, +{ + source: '/live-25-01-2024', + destination: 'https://drive.google.com/file/d/19lp0wiGQpJ59_mUBKukfzcOcFjUe0q8t/view?usp=drive_link', + permanent: true, + }, ]; }, }; From 13a692ee047da245040ef8af631278df3bca8d01 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 26 Jan 2024 12:09:16 +0000 Subject: [PATCH 2/4] Update next.config.mjs (#155) --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 3c2af9b..f33366a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -56,7 +56,7 @@ const config = { }, { source: '/live-25-01-2024', - destination: 'https://drive.google.com/file/d/19lp0wiGQpJ59_mUBKukfzcOcFjUe0q8t/view?usp=drive_link', + destination: 'https://www.youtube.com/watch?v=OvTy9xYH7LA', permanent: true, }, ]; From b35fa4e98e363fbc957993f4e1f8d9bfdf04c45b Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 2 Feb 2024 01:22:25 +0000 Subject: [PATCH 3/4] Update next.config.mjs --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index f33366a..d7a24a5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -59,6 +59,11 @@ const config = { destination: 'https://www.youtube.com/watch?v=OvTy9xYH7LA', permanent: true, }, + { + source: '/live-02-02-2024', + destination: 'https://drive.google.com/file/d/1SH6fezEnrAhQQmzEN5rPctWsKauWnPkz/view?usp=drive_link', + permanent: true, + }, ]; }, }; From 5cbb4c2caa4113dfa2eafb32818fb622941d85bc Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 2 Feb 2024 02:26:00 +0000 Subject: [PATCH 4/4] 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 d7a24a5..f60a2fb 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -61,7 +61,7 @@ const config = { }, { source: '/live-02-02-2024', - destination: 'https://drive.google.com/file/d/1SH6fezEnrAhQQmzEN5rPctWsKauWnPkz/view?usp=drive_link', + destination: 'https://youtube.com/watch?v=zEoTeUEElZc', permanent: true, }, ];