Updated cloud mode checks.

This commit is contained in:
Mike Cao 2025-09-22 13:09:07 -07:00
parent d8075764e2
commit 9897c725de
16 changed files with 23 additions and 81 deletions

View file

@ -4,7 +4,6 @@ import { useApi } from '@/components/hooks/useApi';
export type Config = {
cloudMode: boolean;
cloudUrl?: string;
faviconUrl?: string;
linksUrl?: string;
pixelsUrl?: string;