Proxy speaker portal paths on ladl.link to Events.
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:
isaacclad
2026-07-03 17:47:27 +00:00
co-authored by Cursor
parent b86fee86df
commit 01371663fb
+2 -1
View File
@@ -115,7 +115,8 @@ class LinkPlatformProxy
{ {
return $path === 'register' return $path === 'register'
|| str_starts_with($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 private function platformBaseUrl(): string