Proxy speaker portal paths on ladl.link to Events.
Deploy Ladill Link / deploy (push) Successful in 43s
Deploy Ladill Link / deploy (push) Successful in 43s
Route /{slug}/speaker/{token} through the Events app so speaker invite links resolve instead of hitting the account QR hub or a broken proxy patch.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -115,7 +115,8 @@ class LinkPlatformProxy
|
||||
{
|
||||
return $path === 'register'
|
||||
|| str_starts_with($path, 'register/')
|
||||
|| str_starts_with($path, 'registered/');
|
||||
|| str_starts_with($path, 'registered/')
|
||||
|| str_starts_with($path, 'speaker/');
|
||||
}
|
||||
|
||||
private function platformBaseUrl(): string
|
||||
|
||||
Reference in New Issue
Block a user