Files
RustUI/.dumi/tmp-production/dumi/exportStaticRuntimePlugin.ts
T

12 lines
287 B
TypeScript
Raw Normal View History

2026-05-31 09:36:07 +08:00
// @ts-nocheck
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
export function modifyClientRenderOpts(memo: any) {
const { history, hydrate } = memo;
return {
...memo,
hydrate: hydrate && !history.location.pathname.startsWith('/~demos'),
};
}