c9d0005
1
2
3
4
5
6
7
8
import { IApi } from 'dumi'; export default (api: IApi) => { api.modifyPublicPathStr(() => { return '/x-render/'; }); };