Azure Static Web Apps allows you to easily build Next.js static apps.
Published at: https://nice-hill-0f80b2703.azurestaticapps.net
To run locally, open the development server with the following command:
npm run dev
# or
yarn dev
Next, open http://localhost:3000 in your browser to see the result.
You can start editing the app by modifying pages/index.js
. The page auto-updates as you edit the file.