From fe0a37e9cc6770599446883fccf8f8bddfb67315 Mon Sep 17 00:00:00 2001 From: Jack Fitton <93110524+jackfitton112@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:14:37 +0100 Subject: [PATCH] fixed next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index bb6c687..e3ecd06 100644 --- a/next.config.js +++ b/next.config.js @@ -61,7 +61,7 @@ const nextConfig = { destination: "https://github.com/YorkEngSoc/intro-to-kicad", basePath: false, permanent: true, - }. + }, ]; }, };