Skip to content

Commit

Permalink
Fix path error by configuring static build custom path
Browse files Browse the repository at this point in the history
  • Loading branch information
gMonty030 committed May 7, 2024
1 parent 36293ea commit 1cea67a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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",
output: "export",
distDir: 'build',
};

export default nextConfig;
export default nextConfig;

0 comments on commit 1cea67a

Please sign in to comment.