Skip to content

Commit

Permalink
Add some OpenGraph meta properties for prettier linking
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Aug 27, 2024
1 parent 9aaac7b commit d5ffaad
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
10 changes: 9 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<script type="module" src="/src/sipgator-app.ts"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="image" property="og:image" content="https://fumix.github.io/sipgator-open/favicon-banner.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Sipgator Open">
<meta property="og:image:width" content="1200">
<meta property="og:image:alt" content="630">
<meta property="og:locale" content="de_DE">
<meta property="og:type" content="website">
<meta property="og:url" content="https://fumix.github.io/sipgator-open">
<link rel="icon" type="image/xml+svg" href="./favicon.svg">
<link rel="manifest" href="./app.webmanifest">
<title>Sipgator</title>
Expand Down Expand Up @@ -51,7 +59,7 @@
--on-primary-container:#2c1700;
--secondary:#725a42;
--on-secondary:#ffffff;
--secondary-container:#feddbe;
--secondary-container: #e6cdb4;
--on-secondary-container:#291805;
--tertiary:#57633b;
--on-tertiary:#ffffff;
Expand Down
Binary file added web/src/assets/favicon-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions web/src/assets/favicon-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5ffaad

Please sign in to comment.