Skip to content

Commit

Permalink
Remove unnecessary exportPathMap from examples (#10218)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Haddad <timer150@gmail.com>
  • Loading branch information
2 people authored and timneutkens committed Jan 22, 2020
1 parent 7fcd11c commit dc0f267
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions examples/gh-pages/next.config.js
Expand Up @@ -5,11 +5,5 @@
const debug = process.env.NODE_ENV !== 'production'

module.exports = {
exportPathMap: function() {
return {
'/': { page: '/' },
'/about': { page: '/about' },
}
},
assetPrefix: !debug ? '/Next-gh-page-example/' : '',
}
8 changes: 0 additions & 8 deletions examples/with-dynamic-import/next.config.js

This file was deleted.

0 comments on commit dc0f267

Please sign in to comment.