[FA-misc] Page title updates
All checks were successful
CI / build-backend (pull_request) Successful in 1m45s
CI / build-frontend (pull_request) Successful in 46s

This commit is contained in:
gamer147
2025-12-11 07:42:08 -05:00
parent f0ea71e00e
commit 6c10077505
2 changed files with 3 additions and 0 deletions

View File

@@ -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';
}