.env Title

Updatepli mostmár a page title a .env alapján a VITE_PAGE_TITLE
This commit is contained in:
2025-10-25 11:12:13 +02:00
parent 53b9fbde40
commit c7210c6d80
2 changed files with 3 additions and 0 deletions

View File

@@ -291,6 +291,8 @@ const userAdmin = ref(false)
const isLoading = ref(false)
const menuSel = ref("Telefonkönyv") // Telefonkönyv, Admin, Kijelentkezés
document.title = import.meta.env.VITE_PAGE_TITLE || "Telefonkönyv?"
// --- Telefonkönyv állapot ---
const contacts = ref([])
const isLoadingContacts = ref(false)