Add deepLink attribute to public collection replay embed (#2420)

### Changes

- Public collections can now be deeplinked

### Caveats

- When users click the _About this Collection_ tab and then return to
the _Browse Collection_ tab, the deeplink is gone until they visit
another page.
This commit is contained in:
Henry Wilkinson 2025-02-24 17:33:39 -05:00 committed by GitHub
parent 83180efac9
commit c56481fc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,7 @@ export class Collection extends BtrixElement {
replayBase="/replay/"
noSandbox="true"
noCache="true"
deepLink
></replay-web-page>
</section>
`;