From 9d86e9cd74740d2bd0651b8f2cb19c33ada7c7d8 Mon Sep 17 00:00:00 2001 From: Jack Fitton <93110524+jackfitton112@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:58:03 +0000 Subject: [PATCH] Update next.config.js added sumo intro slides link --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.js b/next.config.js index ca05b5d..8fb0f00 100644 --- a/next.config.js +++ b/next.config.js @@ -68,6 +68,12 @@ const nextConfig = { basePath: false, permanent: true, }, + { + source: "/sumo-intro", + destination: "https://docs.google.com/presentation/d/13D1xi-6d-WKjCjCSprtQm-3S46CodV8iwA-wrJE1CEc/edit?usp=sharing", + basePath: false, + permanent: true, + }, ]; }, };