This adds an exception for the 25--5-clock subdomain in the Caddyfile generator script to get around the bug we discovered some time ago where two consecutive numbers don't work as a subdomain for some reason.
This fix, along with the redirect on Cloudflare from 25--5-clock.freecodecamp.rocks to clock.freecodecamp.rocks, should take care of the issue above where visiting 25--5-clock.freecodecamp.rocks leads to an error page.
Checklist:
Update index.md
)Closes https://github.com/freeCodeCamp/demo-projects/issues/535
This adds an exception for the
25--5-clock
subdomain in the Caddyfile generator script to get around the bug we discovered some time ago where two consecutive numbers don't work as a subdomain for some reason.This fix, along with the redirect on Cloudflare from
25--5-clock.freecodecamp.rocks
toclock.freecodecamp.rocks
, should take care of the issue above where visiting25--5-clock.freecodecamp.rocks
leads to an error page.