Following on from my previous article Setting up a Next JS app on Plesk control panel with git auto-deploy, this post will show you how to remove the node_modules folder from Plesk after you’ve deployed your site, freeing up room on your server. We’ll change the build process from Next.js and add a rewrite rule… read more
Tag: Plesk
๐๏ธ Setting up a Next JS app on Plesk control panel with git auto-deploy
Plesk is a great multi-function control panel capable of hosting different types of apps on a VPS, and I hope they continue to build on and improve support for Node apps. This post shows how to deploy a Node based Next.js app to use with SSR or SSG, along with connecting to GIT for source-controlled… read more