Skip to content

Instantly share code, notes, and snippets.

@ondrejsika
Created June 28, 2019 09:17
Show Gist options
  • Save ondrejsika/613ca47798e01bf8d319dca8654a55ed to your computer and use it in GitHub Desktop.
Save ondrejsika/613ca47798e01bf8d319dca8654a55ed to your computer and use it in GitHub Desktop.
module.exports = {
exportPathMap: async function(defaultPathMap) {
return {
'/': { page: '/' },
'/about-me': { page: '/about-me' },
};
}
};
const withPages = require('@primer/next-pages/plugin')
module.exports = withPages(module.exports)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment