Hey everyone, great to be here!
Cal.com is my second open-source project that I'm using to replace hosted/main-stream products (my first being n8n). I am hosting my version on Heroku and everything is working perfectly. The only thing I am trying to update/change is the app URL associated with the instance. I've changed both the NEXTAUTH_URL and the NEXT_PUBLIC_WEBAPP_URL Config Var's to my custom domain (
https://calendar.s2ventures.co) but my event URL's still show the standard URL (
https://s2ventures-calcom.herokuapp.com). Is there any other Config Var's or ways to change the event URL's to the custom domain? Thanks!