NextJs

Read 1 posts from NextJs

Posts

  • Fixing Azure Static App Error while Deploying Next.js

    If you encounter the following error while deploying your Next.js app to Azure Static App via a GitHub CD/CI pipeline: Don’t worry, it’s a quick fix! You just need to add one line to your package.json file: After adding this line, your package.json file should look something like this: Happy coding 🙂