From 89809f3fa4d3672e000af107c347284ec35de863 Mon Sep 17 00:00:00 2001 From: Josh Heng Date: Sat, 21 Sep 2024 14:36:34 +0100 Subject: [PATCH] :wrench: Update wsaf25 insta to wsaf24 --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 2ef2e0b..8f4e81b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -15,7 +15,7 @@ const nextConfig = { redirects: () => ([ { source: '/instagram', - destination: 'https://www.instagram.com/wsaf25/', + destination: 'https://www.instagram.com/wsaf24/', permanent: true, }, {