Deploy Ladill Meet / deploy (push) Successful in 50s
Route guests through silent SSO to the Meet product page, fix Afia context query, add conference green-room UX and copy, and extend service API for Care/CRM/Invoice calendar integration. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
137 B
PHP
7 lines
137 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'meet',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/meet'),
|
|
];
|