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