Skip to content

Commit

Permalink
chore: update basePath documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Mar 29, 2024
1 parent 5ac3282 commit 827679c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const nextConfig = {
images: {
unoptimized: true,
},
assetPrefix: "/out",
basePath: "/out",
assetPrefix: "/Math_Lib/",
basePath: "/Math_Lib/",
};

export default nextConfig;

0 comments on commit 827679c

Please sign in to comment.