Skip to content

Commit

Permalink
fix next base bath for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Oct 22, 2024
1 parent 431c958 commit cc7dbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/jam-dashboard",
output: "export",
};

export default nextConfig;

0 comments on commit cc7dbf7

Please sign in to comment.