Skip to content

Commit

Permalink
preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed May 7, 2024
1 parent a2f00e6 commit edf1f53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file added public/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ export default {
return {
titleTemplate: '%s – Awesome Social Agents',
description: '',
// openGraph: {
// type: 'website',
// images: [
// {
// url: '',
// }
// ],
// locale: 'en_US',
// url: 'https://cmu-agent-workshop.github.io/',
// siteName: 'LLM Agents workshop at CMU May 2-3',
// description: 'We are hosting LLM Agents workshop at Carnegie Mellon University, Pittsburgh, PA, USA on May 2-3.',
// },
// twitter: {
// cardType: 'summary_large_image',
// image: 'https://cmu-agent-workshop.github.io/cover.jpg',
// },
openGraph: {
type: 'website',
images: [
{
url: '',
}
],
locale: 'en_US',
url: 'https://sotopia-lab.github.io/awesome-social-agents',
siteName: 'Awesome Social Agents',
description: 'Please check out our curated list of awesome social agents.',
},
twitter: {
cardType: 'summary_large_image',
image: 'https://sotopia-lab.github.io/awesome-social-agents/preview.png',
},
}

},
Expand Down

0 comments on commit edf1f53

Please sign in to comment.