Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
ssr-site: fix customize cf functions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Sep 11, 2024
1 parent 656eeec commit 02f64af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/components/aws/ssr-site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ export function createServersAndDistribution(
eventType: "viewer-request",
functionArn: useCfFunction(
"server",
"response",
"request",
behavior.cfFunction,
).arn,
},
Expand Down

0 comments on commit 02f64af

Please sign in to comment.