Skip to content

Commit

Permalink
feat: Add og:image meta tag for logo image in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dest4590 committed Aug 4, 2024
1 parent 6e54ae5 commit 9414559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added files/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<meta property="og:title" content="CollapseLoader - Client loader">
<meta property="og:type" content="website">
<meta property="og:url" content="https://collapseloader.org">
<meta property="og:image" content="/files/img/logo.png">
</head>

<body onload="document.loader()">
Expand Down

0 comments on commit 9414559

Please sign in to comment.