This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/examples/github
2020-07-23 10:50:41 -07:00
..
README.md adding a new AWS example 2020-07-23 10:50:41 -07:00

Deployments to GitHub Pages work strictly for static sites, but still possess most of the advantages of using Next.js such as automatic page pre-loading.

An up-to-date Static-Site Generation implementation of https://www.nidratech.com and its deployment using Next Deploy can be found at: https://github.com/nidratech/nidratech.com

The key part is its next.config.js configuration:

module.exports = {
  engine: 'github',
  debug: true,
  domain: 'www.nidratech.com',
};