Skip to content

Commit

Permalink
add comment for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 11, 2023
1 parent 318d088 commit d042e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/walletextension/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const nextConfig = {
output: "export",
// distDir is where the static files are generated
// on dev mode, it is generated in .next folder in the root directory
// distDir: '../api/static'
// comment this during dev mode
distDir: "../api/static",
};

module.exports = nextConfig;

0 comments on commit d042e6f

Please sign in to comment.