npm i -D @vuepress/plugin-feed@next
import { feedPlugin } from '@vuepress/plugin-feed' export default { plugins: [ feedPlugin({ // options }), ], }