aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-09-19 16:05:22 -0700
committerDhravya Shah <[email protected]>2025-09-19 16:05:22 -0700
commit5e22063b6d3e91e6daaefce7d7000f9ecdda5164 (patch)
treeb9889b3bad465203e0f2fb1ac427f62dec5b398c /apps
parentfix (diff)
parentfeat: new favicon (#426) (diff)
downloadsupermemory-5e22063b6d3e91e6daaefce7d7000f9ecdda5164.tar.xz
supermemory-5e22063b6d3e91e6daaefce7d7000f9ecdda5164.zip
Merge branch 'main' of https://github.com/supermemoryai/supermemory
Diffstat (limited to 'apps')
-rw-r--r--apps/browser-extension/utils/query-client.ts1
-rw-r--r--apps/web/app/icon.pngbin590 -> 33814 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/apps/browser-extension/utils/query-client.ts b/apps/browser-extension/utils/query-client.ts
index c1839691..ba21c058 100644
--- a/apps/browser-extension/utils/query-client.ts
+++ b/apps/browser-extension/utils/query-client.ts
@@ -15,6 +15,7 @@ export const queryClient = new QueryClient({
}
return failureCount < 3
},
+ refetchOnMount: true,
refetchOnWindowFocus: false,
},
mutations: {
diff --git a/apps/web/app/icon.png b/apps/web/app/icon.png
index 2f30042b..549d267d 100644
--- a/apps/web/app/icon.png
+++ b/apps/web/app/icon.png
Binary files differ