From c0378edac066056f47b6442f5f7bcc97435135c7 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Tue, 26 Sep 2023 01:37:17 +0100 Subject: [PATCH] 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, + }, ]; }, };