mirror of
https://github.com/amix/vimrc
synced 2025-07-27 23:45:00 +08:00
Add markdown preview, update rust.vim
This commit is contained in:
11
sources_non_forked/markdown-preview.nvim/app/next.config.js
Normal file
11
sources_non_forked/markdown-preview.nvim/app/next.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
module.exports = {
|
||||
pageExtensions: [ 'jsx' ],
|
||||
exportPathMap: async function () {
|
||||
return {
|
||||
'/': { page: '/' },
|
||||
'/404.html': { page: '/404' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user