[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

@@ -74,6 +74,8 @@
if (result.data?.chapter) {
chapter = result.data.chapter;
// Update the page title with chapter info
document.title = `${chapter.novelName} - ${chapter.order}`;
} else {
error = 'Chapter not found';
}