Compare commits

..

2 Commits

Author SHA1 Message Date
Alyx debdf6615c Merge pull request 'added Open Graph & resized images' (#2) from update/open-graph into main
Reviewed-on: #2
2026-01-11 19:41:46 +01:00
alyx 1a9ad4d4a4 added Open Graph & resized images 2026-01-11 19:40:05 +01:00
9 changed files with 13 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -8,6 +8,19 @@
<link rel="preload" as="image" href="./assets/jaxoff_logo.png" /> <link rel="preload" as="image" href="./assets/jaxoff_logo.png" />
<link rel="stylesheet" href="./css/styles.css" /> <link rel="stylesheet" href="./css/styles.css" />
<!-- Open Graph -->
<meta property="og:title" content="JaxOff 🌸💦 Artist Credits">
<meta property="og:description" content="🌸💦">
<meta property="og:image" content="https://credit.jaxoff.tv/static/a3l_is.png">
<meta property="og:url" content="https://credit.jaxoff.tv/">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="JaxOff 🌸💦 Artist Credits">
<meta name="twitter:description" content="🌸💦">
<meta name="twitter:image" content="https://credit.jaxoff.tv/static/a3l_is.png">
</head> </head>
<body> <body>