Skip to content

Instantly share code, notes, and snippets.

@BillClinton
Last active August 13, 2020 15:45
Show Gist options
  • Save BillClinton/a9a694f909d95a73d36220f32eefccf5 to your computer and use it in GitHub Desktop.
Save BillClinton/a9a694f909d95a73d36220f32eefccf5 to your computer and use it in GitHub Desktop.
Next.js Notes

API

  • next/link
  • next/head
  • next/router
  • next/amp

CLI

  • next build
  • next dev
  • next start
  • next export

Custom configuration

next.config.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment