Skip to content

Instantly share code, notes, and snippets.

@zsherman
Created August 16, 2017 15:56
Show Gist options
  • Save zsherman/e57cc73dbf6e53ef5edce9828818c1e1 to your computer and use it in GitHub Desktop.
Save zsherman/e57cc73dbf6e53ef5edce9828818c1e1 to your computer and use it in GitHub Desktop.
const nextRoutes = require('next-routes')
const routes = module.exports = nextRoutes()
routes.add('index', '/')
routes.add('post', '/blog/:slug')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment