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, + }. ]; }, };