From e4ef5c75c1973d8e213cfb96afa84e9599c14fcb Mon Sep 17 00:00:00 2001 From: ymekuria Date: Thu, 3 Aug 2023 15:07:26 -0700 Subject: [PATCH] chore(next.config.js): update repoURL variable to '04-zkapp-browser-ui' for better clarity and documentation --- examples/zkapps/04-zkapp-browser-ui/ui/next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/zkapps/04-zkapp-browser-ui/ui/next.config.js b/examples/zkapps/04-zkapp-browser-ui/ui/next.config.js index 2bb15ee50..dcd72a5f3 100644 --- a/examples/zkapps/04-zkapp-browser-ui/ui/next.config.js +++ b/examples/zkapps/04-zkapp-browser-ui/ui/next.config.js @@ -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,