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')