From 357bc8581d7e01be9102876f8edbf55bebd11c35 Mon Sep 17 00:00:00 2001 From: Adithya Vardhan Date: Wed, 9 Oct 2024 18:59:07 +0530 Subject: [PATCH] nit: change comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Aaron <100827540+reneaaron@users.noreply.github.com> --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 7a0b0f54..6797e274 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig(({ command }) => ({ "icon-512.png", "icon-192.png", ], - useCredentials: true, // because the icons sit behind authentication + useCredentials: true, // because the manifest might sit behind authentication manifest: { short_name: "Alby Hub", name: "Alby Hub",