diff --git a/app/sitemap.js b/app/sitemap.js index 1b80bb5..0e0a3b4 100644 --- a/app/sitemap.js +++ b/app/sitemap.js @@ -22,11 +22,11 @@ async function getProfileLogins() { const client = new CosmosClient({ endpoint: cosmosEndpoint, key: cosmosKey }); const container = client.database(databaseName).container(containerName); const { resources } = await container.items - .query("SELECT VALUE c.login FROM c WHERE c.claimed = true AND (NOT IS_DEFINED(c.nomination) OR c.nomination.status = 'approved')") + .query("SELECT VALUE c.login FROM c WHERE IS_DEFINED(c.login) AND (NOT IS_DEFINED(c.nomination) OR c.nomination.status = 'approved')") .fetchAll(); return resources.filter(Boolean); } catch (error) { - console.error('Unable to load claimed profiles for sitemap:', error.message); + console.error('Unable to load profiles for sitemap:', error.message); return []; } } diff --git a/components/Header.jsx b/components/Header.jsx index 6fac185..9aa123a 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -8,8 +8,8 @@ export default function Header({ onHome, theme, onToggleTheme, user, onLogout, o
DevGlobe -

DevGlobe

- Where Developers and AI Agents Connect +

DevGlobe: discover overlooked open-source developers

+ Search beyond traditional professional networks