1
0
Fork 0
mirror of synced 2024-06-22 17:01:09 -04:00
ultimate-vim/sources_non_forked/markdown-preview.nvim/app/next.config.js

12 lines
174 B
JavaScript
Raw Normal View History

2022-05-19 08:12:11 -04:00
module.exports = {
pageExtensions: [ 'jsx' ],
exportPathMap: async function () {
return {
'/': { page: '/' },
'/404.html': { page: '/404' }
}
}
}