We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b49f1 commit f60e696Copy full SHA for f60e696
apps/docs/src/content/docs/guides/02-query-parameters.md
@@ -39,7 +39,9 @@ export class HelloCdkStack extends Stack {
39
},
40
// This configures everything excluding subpaths of /api.
41
cloudfrontDistribution: {
42
- cachePolicy,
+ defaultBehavior: {
43
+ cachePolicy,
44
+ },
45
46
47
websiteDir: "../my-astro-project",
apps/docs/src/content/docs/guides/03-cookies.md
@@ -36,7 +36,9 @@ export class HelloCdkStack extends Stack {
36
37
38
0 commit comments