Even though our blog is not (yet) finished, it's a good idea to test the entire development workflow from start to finish as soon as possible.
After all, imagine if we were to spend multiple hours (days?) polishing the blog only to find out that we cannot actually deploy it to the web 😱
In this quick lesson we're going to learn how to set up Netlify deployments for a Next.js blog.
For those who are having trouble deploying and keep getting a message on netlify stating
"Plugin "@netlify/plugin-nextjs" failed"
-- When on your netlify dashboard go to ---
Site settings >
Build & deploy (left hand side) >
Environment (scroll down till you see it) >
Environment variables
Click Edit variable and input the following:
key: NETLIFY_NEXT_PLUGIN_SKIP value: true
redeploy
ily