Skip to content

Commit

Permalink
Add preview image for the social network website
Browse files Browse the repository at this point in the history
Allow to post on the website using the selected image

Signed-off-by: Michael Trimarchi <[email protected]>
  • Loading branch information
panicking committed Feb 15, 2024
1 parent 4c34138 commit fd87d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added assets/img/dalle-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/custom-styles.css" rel="stylesheet" />
<meta property="og:image" content="https://amarula.github.io/chatgpt-code-review-website/assets/img/dalle-image.png" />
<meta property="twitter:image" content="https://amarula.github.io/chatgpt-code-review-website/assets/img/dalle-image.png" />
</head>
<body id="page-top">
<!-- Navigation-->
Expand Down

0 comments on commit fd87d0f

Please sign in to comment.