You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pages/how-to/redirect-to-custom-domain.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ import { Example } from "~/components"
8
8
9
9
Learn how to use [Bulk Redirects](/rules/url-forwarding/bulk-redirects/) to redirect your `*.pages.dev` subdomain to your [custom domain](/pages/configuration/custom-domains/).
10
10
11
-
You may want to do this to ensure that your site's content is served only on the custom domain, and not the `*.pages.dev` site automatically generated on your first Pages deployment.
11
+
You may want to do this to ensure that your site's content is served only on the custom domain, and not the `<project>.pages.dev` site automatically generated on your first Pages deployment.
12
12
13
13
## Setup
14
14
15
-
To redirect a `*.pages.dev` subdomain to your custom domain:
15
+
To redirect a `<project>.pages.dev` subdomain to your custom domain:
16
16
17
17
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/domains), and select your account.
18
18
2. Select **Workers & Pages** and select your Pages application.
@@ -24,13 +24,13 @@ To redirect a `*.pages.dev` subdomain to your custom domain:
0 commit comments