Hi everyone,
I would like to setup a static page with my own domain, but can I use the CNAME feature (example.com -> glitch.edgeapp.net
) just like the old days? Or am I forced to use Fastly as a CDN provider?
Hi everyone,
I would like to setup a static page with my own domain, but can I use the CNAME feature (example.com -> glitch.edgeapp.net
) just like the old days? Or am I forced to use Fastly as a CDN provider?
the old cname feature unfortunately no longer works
you’re not restricted to using Fastly to do it, but you need a reverse proxy thing to receive a request for your domain and make a request to your glitch project.
actually in the early days of testing the Fastly custom domain system, Fastly would send the custom domain in the Host header, and you’d contact Glitch to have that domain associated with your project. maybe you could try bringing this up with Glitch support to see if they’ll still do it.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.