Skip to content

路由重写测试

js
export default {
  rewrites: {
    'test/abc/hello/test.md': 'abc/test.md'
  },
}

123456

alt text