1
0
Fork 0
mirror of synced 2024-06-15 21:41:10 -04:00
ultimate-vim/sources_non_forked/markdown-preview.nvim/app/next.config.js
2022-05-19 20:12:11 +08:00

12 lines
174 B
JavaScript

module.exports = {
pageExtensions: [ 'jsx' ],
exportPathMap: async function () {
return {
'/': { page: '/' },
'/404.html': { page: '/404' }
}
}
}