diff --git a/deploy/route53-cloudfront.mdx b/deploy/route53-cloudfront.mdx index aafee61ae..6774d7302 100644 --- a/deploy/route53-cloudfront.mdx +++ b/deploy/route53-cloudfront.mdx @@ -23,7 +23,7 @@ Route traffic to this path with a Cache Policy of **CachingEnabled**: - `/mintlify-assets/_next/static/*` - `Default (*)` - Your website's landing page -All Behaviors must have the an **origin request policy** of `AllViewerExceptHostHeader`. +All Behaviors must have an **origin request policy** of `AllViewerExceptHostHeader`. ![CloudFront "Behaviors" page with 4 behaviors: `/docs/*`, `/docs`, `Default`, and `/.well-known/*`.](/images/cloudfront/all-behaviors.png) @@ -84,7 +84,7 @@ By this point, you should have two Origins: one with `[SUBDOMAIN].mintlify.app` Behaviors in CloudFront enable control over the subpath logic. At a high level, we're looking to create the following logic: - **If a user lands on your custom subpath**, go to `[SUBDOMAIN].mintlify.dev`. -- **If a user lands on any other page**, go the current landing page. +- **If a user lands on any other page**, go to the current landing page. 1. Navigate to the "Behaviors" tab of your CloudFront distribution.