zeta-chain / docs

Documentation for ZetaChain
https://www.zetachain.com/docs/
MIT License
74 stars 60 forks source link

Fix Nextra build #390

Closed fadeev closed 3 months ago

fadeev commented 4 months ago

Both smart contract docs and docs from the node repo are failing:

https://github.com/zeta-chain/docs/pull/388 https://github.com/zeta-chain/docs/pull/389

fadeev commented 4 months ago

@zeta-chain/fullstack would be great to get some help on this.

fadeev commented 3 months ago

Fixed this by giving more memory to the build process in Vercel:

NODE_OPTIONS=--max-old-space-size=6144 next build