File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ toc_max_heading_level: 5
55
66# Deploy Your NextJS App
77
8+ Deploy to Vercel or IPFS.
9+
10+ ## Deploy to Vercel
11+
812:::tip Hint
913We recommend connecting your GitHub repo to Vercel (through the Vercel UI) so it gets automatically deployed when pushing to ` main ` .
1014:::tip Hint
@@ -42,6 +46,16 @@ If you omit the `--prod` flag it will deploy it to a preview/test URL.
4246
4347** Make sure to check the values of your Scaffold Configuration before deploying your NextJS App.**
4448
49+ ## Deploy to IPFS
50+
51+ You can also deploy your app to [ BG IPFS] ( https://www.bgipfs.com/ ) by running:
52+
53+ ```
54+ yarn ipfs
55+ ```
56+
57+ This will build your app and deploy it to BG IPFS. After deployment, you'll receive a URL where your app is accessible.
58+
4559## Scaffold App Configuration
4660
4761You can configure different settings for your dapp at ` packages/nextjs/scaffold.config.ts ` .
You can’t perform that action at this time.
0 commit comments