Skip to content

Commit

Permalink
Apply comment suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron authored Aug 17, 2023
1 parent 8747a1c commit 8062a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/zkapps/04-zkapp-browser-ui/ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const nextConfig = {
* The 'ghp-postbuild.js' script in this project prepends the repo name to asset urls in the built css files
* after runing 'npm run deploy'.
*/
basePath: process.env.NODE_ENV === 'production' ? '/04-zkapp-browser-ui' : '', // update if your repo name changes for 'npm run deploy' to work successfully
assetPrefix: process.env.NODE_ENV === 'production' ? '/04-zkapp-browser-ui' : '' // update if your repo name changes for 'npm run deploy' to work successfully
basePath: process.env.NODE_ENV === 'production' ? '/04-zkapp-browser-ui' : '', // update basePath if you change your repo name
assetPrefix: process.env.NODE_ENV === 'production' ? '/04-zkapp-browser-ui' : '' // update assetPrefix if you change your repo name.
};

module.exports = nextConfig;

0 comments on commit 8062a10

Please sign in to comment.