diff options
-rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ const app = new Vue({ | |||
20 | this.checkOffline(); | 20 | this.checkOffline(); |
21 | try { | 21 | try { |
22 | this.config = await this.getConfig(); | 22 | this.config = await this.getConfig(); |
23 | document.title = this.config.title + ' | Homer'; | ||
23 | } catch (error) { | 24 | } catch (error) { |
24 | this.offline = true; | 25 | this.offline = true; |
25 | } | 26 | } |