Fixed
- Public domain URL generation:
NEXT_PUBLIC_PUBLIC_DOMAINis now inlined at build time via the CI deploy step. This ensures subdomain-based share URLs are resolved correctly in the Cloudflare Workers runtime, which does not support runtime-injected public env vars the same way a Node server does.