Skip to content

Commit 0bbccfb

Browse files
deployment to ipfs (#122)
1 parent 24d8ccd commit 0bbccfb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/deploying/deploy-nextjs-app.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
913
We 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

4761
You can configure different settings for your dapp at `packages/nextjs/scaffold.config.ts`.

0 commit comments

Comments
 (0)