[FA-misc] Page title updates
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
const nodes = result.data?.novels?.nodes;
|
||||
if (nodes && nodes.length > 0) {
|
||||
novel = nodes[0];
|
||||
document.title = novel.name;
|
||||
} else {
|
||||
error = 'Novel not found';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user