From a1dd587590d21c27d321f1bc42eb9e7dc56b8ac5 Mon Sep 17 00:00:00 2001 From: automaton82 Date: Wed, 23 Oct 2024 21:53:23 -0400 Subject: [PATCH] fix(web): add crossorigin to link manifest for PWA (#13708) Fix for 13695 add crossorigin to link manifest for PWA --- web/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 8f7f372efd..8f8bd033eb 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -86,7 +86,7 @@ {$page.data.meta?.title || 'Web'} - Immich - +