Fixed
- The redirect URL passed to the LemonSqueezy checkout was hardcoded and pointed to the wrong origin in certain environments. It now dynamically resolves to the correct base URL based on the current environment (production vs. development).
Fixes the post-checkout redirect URL so that it correctly points to the production app URL in production and to localhost during development.