@@ -296,6 +296,7 @@ const Widget = () => {
}}
onLoad={(article: IArticleDataResponse) => {
setLoadedArticleData(article);
+ document.title = article.title.slice(0, 128);
onAnthologySelect={(id: string) => {
let output: any = { anthology: id };