Skip to content

Commit

Permalink
feat: improve navigation in GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Mar 8, 2024
1 parent aab767b commit b67fa58
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 5 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: process.env.QUICK_BUILD === "true",
},
trailingSlash: true, // This is important when deploying in GH pages
typescript: {
ignoreBuildErrors: process.env.QUICK_BUILD === "true",
},
Expand Down
Loading

0 comments on commit b67fa58

Please sign in to comment.