Skip to content

Commit

Permalink
chore(next.config.js): update repoURL variable to '04-zkapp-browser-u…
Browse files Browse the repository at this point in the history
…i' for better clarity and documentation
  • Loading branch information
ymekuria committed Aug 3, 2023
1 parent fbe86a6 commit e4ef5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/zkapps/04-zkapp-browser-ui/ui/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */

let repoURL = '';
// Add your repository name here.
let repoURL = '04-zkapp-browser-ui';
const isProd = process.env.NODE_ENV === 'production'
const nextConfig = {
reactStrictMode: false,
Expand Down

0 comments on commit e4ef5c7

Please sign in to comment.