1.4.1StashSync.app team1 min read

v1.4.1 — Build: Inline Public Domain

Inlines NEXT_PUBLIC_PUBLIC_DOMAIN at build time so subdomain URL generation works correctly in the Cloudflare Workers runtime.

Fixed

  • Public domain URL generation: NEXT_PUBLIC_PUBLIC_DOMAIN is 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.