feat: add web manifest to site meta

This commit is contained in:
2023-12-21 20:28:47 +01:00
parent fb3fb246e9
commit c878311f62

View File

@@ -52,7 +52,7 @@
})
if (import.meta.env.TAURI_FAMILY === undefined) {
const {initPwa} = await import("./pwa-setup")
await initPwa()
webManifestLink = await initPwa()
}
if (browser && $userPreferences.autoConnect && (await canAutoConnect())) {