Skip to content

Commit

Permalink
update og and twitter images
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomifruchter committed Aug 27, 2024
1 parent 7d26310 commit d0cb5da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<meta property="og:title" content="GameNGen" />
<meta property="og:description" content="Diffusion Models Are Real-Time Game Engines" />
<meta property="og:url" content="https://gamengen.github.io/" />
<meta property="og:image" content="static/images/teaser.png" />
<meta property="og:image:width" content="2798" />
<meta property="og:image:height" content="1220" />
<meta property="og:image" content="static/images/Architecture_08_27.png" />
<meta property="og:image:width" content="905" />
<meta property="og:image:height" content="375" />

<meta name="twitter:title" content="GameNGen">
<meta name="twitter:description" content="Diffusion Models Are Real-Time Game Engines">
<meta name="twitter:image" content="static/images/teaser.png">
<meta name="twitter:image" content="static/images/Architecture_08_27.png">
<meta name="twitter:card" content="GameNGen">
<meta name="keywords" content="GameNGen">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
Binary file added static/.DS_Store
Binary file not shown.

0 comments on commit d0cb5da

Please sign in to comment.