Yikes – it’s time for us to deploy our shop into production and let customers loose on it! This might seem scary, as we’re about to show our efforts to customers, but don’t worry: Next.js makes it easy to deploy sites into production use.
Throughout this chapter, we will work through the steps required to get our site ready for release before deploying it and making it available for others to see via the Web. At the same time, we’ll also take a look at analyzing the code for performance (and in particular unused JavaScript!), ...