Update theme configuration to 'system' and streamline relay URLs in App component

This commit is contained in:
2025-12-27 23:05:18 +01:00
parent 8d84d72ad6
commit 19b0491714

View File

@@ -32,12 +32,10 @@ const queryClient = new QueryClient({
});
const defaultConfig: AppConfig = {
theme: "light",
theme: "system",
relayMetadata: {
relays: [
{ url: 'wss://relay.ditto.pub', read: true, write: true },
{ url: 'wss://relay.nostr.band', read: true, write: true },
{ url: 'wss://relay.damus.io', read: true, write: true },
{ url: 'wss://relay.layer.systems', read: true, write: true },
],
updatedAt: 0,
},