569d887d1e
Renaming the package so any further PRs directed to the website are targeted to the reworked code instead of diverging. Once merged, I will start preparing this for deployment to dev to test before releasing to prod. Any improvements will also be applied to this package. I avoided making significant changes to API routes so nothing breaks, but will test it thoroughly today to confirm. That said, everything is ported - double checked. Big diff PR, impossible to review, but last one! No more rebuilds.
9 lines
442 B
TypeScript
9 lines
442 B
TypeScript
// The Cal.com path (no host) and namespace the success screen books the partner
|
|
// intro call onto. The namespace scopes the embed's ui() config to this booking
|
|
// only. A fixed link — this is the brand site, so there is no self-hoster
|
|
// override (the old site's env knob does not apply here).
|
|
export const PARTNER_INTRO_CAL: { link: string; namespace: string } = {
|
|
link: 'rashad-twenty/partner-intro',
|
|
namespace: 'partner-intro',
|
|
};
|