mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00

* Split methods in multiple classes * Add JSONLD tags in embed too * Index embeds but use a canonical URL tag (targeting the watch page) * Remote objects don't include a canonical URL tag anymore. Instead we forbid indexation * Canonical URLs now use the official short URL (/w/, /w/p, /a, /c etc.)
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
export * from './actor-html.js'
|
|
export * from './tags-html.js'
|
|
export * from './page-html.js'
|
|
export * from './playlist-html.js'
|
|
export * from './video-html.js'
|