Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
remove page mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangoMan committed Sep 13, 2018
1 parent b66e793 commit 51f2b8a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ module.exports = {
)
return config
},
exportPathMap: function(defaultPathMap) {
return {
'/': { page: '/' },
'/landing': { page: '/landing' },
'/generic': { page: '/generic' },
'/landing': { page: '/landing' }
}
}
// exportPathMap: function(defaultPathMap) {
// return {
// '/': { page: '/' },
// '/landing': { page: '/landing' },
// '/generic': { page: '/generic' },
// '/landing': { page: '/landing' }
// }
// }
}

0 comments on commit 51f2b8a

Please sign in to comment.