Skip to content

Commit 3bc0d9a

Browse files
committed
Minor edits
1 parent 6345bcf commit 3bc0d9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"folder-hash": "^4.0.4",
6161
"lodash": "^4.17.21",
6262
"minimist": "^1.2.8",
63-
"sveltekit-adapter-aws-base": "^1.5.2"
63+
"sveltekit-adapter-aws-base": "^1.5.3"
6464
},
6565
"release": {
6666
"branches": [

stacks/main/resources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export function buildCDN(
300300
.apply(([arn, version]) => {
301301
return `${arn}:${version}`
302302
}),
303+
includeBody: true
303304
},
304305
],
305306
originRequestPolicyId: defaultRequestPolicy.id,

0 commit comments

Comments
 (0)