From 25a67af29dc03f3e7ec646edfd170a52382f9171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Mon, 15 Sep 2025 21:32:57 +0200 Subject: [PATCH] spelling --- frontend/src/routes/manifest.webmanifest/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/manifest.webmanifest/+server.ts b/frontend/src/routes/manifest.webmanifest/+server.ts index a44da3e9..cef4ac3f 100644 --- a/frontend/src/routes/manifest.webmanifest/+server.ts +++ b/frontend/src/routes/manifest.webmanifest/+server.ts @@ -50,7 +50,7 @@ export async function GET() { 'Cache-Control': 'no-cache, no-store' }; - // get icon from backend + // get settings from backend const pb = get(pocketbase); const res = await pb .collection('settings_public')