Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion App/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import './styles.css';

export const metadata: Metadata = {
title: 'PerkOS Knowledge',
description: 'A live knowledge layer for AI agents, powered by curated research and x402 access.'
description: 'A live knowledge layer for AI agents, powered by curated research and x402 access.',
other: {
'talentapp:project_verification':
'6312cbdecd6b0d974fb841350d907866a1bc2ed3a10c7ac2057d9b747a3ef7ef662b202d1a8fcedc67ada1a5cc3d5cbddaf052fc7952b9a911c7c0fca1d4a572',
},
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down
Loading