NextJS deploy on IPFS

Hello,

what’s the best way to deploy to IPFS my NextJS website that requires nodejs to handle dynamic routing? Should I run nodejs on my centralized server and link it to the ipfs pages?
Thanks for help

Hi @damland - Next itself supports some degree of dynamic routing and node may not be necessary (https://nextjs.org/docs/routing/dynamic-routes), but to have more fine-grained control it could make sense to route and redirect to via a node process.

If you need further assistance, let us know what your specific goals are and we can try to help!