diff --git a/frontend/src/main.ts b/frontend/src/main.ts index a892a73..fd099ac 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -23,6 +23,9 @@ import socket from "./mixins/socket"; import lang from "./mixins/lang"; import theme from "./mixins/theme"; +// Set Title +document.title = document.title + " - " + location.host; + const app = createApp(rootApp()); app.use(Toast, {