I have a cloudflare Pages application running, and as such it is accessible using project-name.pages.dev, but I also have it setup to use a custom domain example.com (the custom domain is managed by cloudflare dns). How do I prevent the project-name.pages.dev domain from being active, there fore only allowing access from example.com?
#How do I get rid of the default Pages domain altogether when using a custom domain?
1 messages · Page 1 of 1 (latest)
How do I get rid of the default Pages domain altogether when using custom domains?
How do I get rid of the default Pages domain altogether when using a custom domain?
No functionality to disable it at the moment, we recommend redirecting it to a custom domain: https://developers.cloudflare.com/pages/how-to/redirect-to-custom-domain/
Learn how to use Bulk Redirects to redirect your *.pages.dev subdomain to your custom domain (example.com). You may want to do this to ensure that …
perfect, this is probably adequate in my case