build app name
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
This commit is contained in:
@@ -58,7 +58,7 @@ export async function shareRoutes(app: FastifyInstance) {
|
||||
<meta property="og:image" content="${escapeHtml(imageUrl)}" />
|
||||
<meta property="og:image:width" content="${meme.width}" />
|
||||
<meta property="og:image:height" content="${meme.height}" />
|
||||
<meta property="og:site_name" content="Memer" />
|
||||
<meta property="og:site_name" content="MEMER" />
|
||||
|
||||
<!-- Twitter / X card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
@@ -114,7 +114,7 @@ export async function shareRoutes(app: FastifyInstance) {
|
||||
<p class="title">${title}</p>
|
||||
<a class="btn" href="${escapeHtml(galleryUrl)}">
|
||||
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
|
||||
Open in Memer
|
||||
Open in MEMER
|
||||
</a>
|
||||
</body>
|
||||
</html>`;
|
||||
|
||||
Reference in New Issue
Block a user