UNPKG

react-odyssey

Version:
16 lines (15 loc) 258 B
// Theme API. module.exports = (options, ctx) => { return { plugins: [ [ "vuepress-plugin-clean-urls", { normalSuffix: "/", indexSuffix: "/", notFoundlink: "/404.html" } ] ] }; };