diff --git a/app.js b/app.js index c35e4c7..21bdbb9 100644 --- a/app.js +++ b/app.js @@ -20,6 +20,7 @@ const app = new Vue({ this.checkOffline(); try { this.config = await this.getConfig(); + document.title = this.config.title + ' | Homer'; } catch (error) { this.offline = true; }