Skip to content

Commit

Permalink
feature: 新增用于CDN边缘计算云函数的SSR请求handle
Browse files Browse the repository at this point in the history
  • Loading branch information
奇风 committed Sep 26, 2023
1 parent 5f8a544 commit de4aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export function createUmiHandler(
const jsx = await jsxGeneratorDeferrer(new URL(req.url).pathname);

if (!jsx) {
reject(new Error('找不到资源'));
reject(new Error('no page resource'));
return;
}

Expand Down

0 comments on commit de4aae8

Please sign in to comment.