Skip to content

Commit

Permalink
Update next.config.js to include /pcb for kicad lab
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfitton112 authored Oct 16, 2024
1 parent aa77067 commit 6f8f69f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ const nextConfig = {
basePath: false,
permanent: true,
},
{
source: "/pcb",
destination: "https://github.com/YorkEngSoc/intro-to-kicad",
basePath: false,
permanent: true,
}.
];
},
};
Expand Down

0 comments on commit 6f8f69f

Please sign in to comment.