xyTom / Url-Shorten-Worker

A URL Shortener created using Cloudflare worker
https://lnks.eu.org
MIT License
1.55k stars 1.19k forks source link

Custom domain #52

Open ITheEqualizer opened 1 year ago

ITheEqualizer commented 1 year ago

How can I use a custom domain for the worker?

shinyzhu commented 1 year ago

You need to purchase one by yourself. 😅

Then you can add it to your Worker (under the Triggers tab of the Worker page).

Ref doc: https://developers.cloudflare.com/workers/platform/triggers/custom-domains/