]> git.feebdaed.xyz Git - lgtm-rsvp.git/commitdiff
fix app share image url
authorseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:06:14 +0000 (16:06 +0000)
committerseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:06:14 +0000 (16:06 +0000)
public/js/common.js

index f66700c12ec99178fe36e94d080110ed1347a165..8ad4d25a9f66f3f9eb18809c00a2324a8ca4f603 100644 (file)
@@ -414,7 +414,7 @@ async function getAppShare(){
         content: {
           title: title,
           imageUrl:
-            `${thisUrl}/${IMAGE_TITLE}`,
+            `${thisUrl}${IMAGE_TITLE}`,
           link: {
             mobileWebUrl: thisUrl,
             webUrl: thisUrl,