From 6f8f69f9b9bd082d9c7f74ad35dee2851903f13f Mon Sep 17 00:00:00 2001 From: Jack Fitton <93110524+jackfitton112@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:12:55 +0100 Subject: [PATCH] Update next.config.js to include /pcb for kicad lab --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.js b/next.config.js index 95960c8..bb6c687 100644 --- a/next.config.js +++ b/next.config.js @@ -56,6 +56,12 @@ const nextConfig = { basePath: false, permanent: true, }, + { + source: "/pcb", + destination: "https://github.com/YorkEngSoc/intro-to-kicad", + basePath: false, + permanent: true, + }. ]; }, };