From 948ca0d96704cdcc550ce2614294d705a676498b Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 24 Sep 2025 20:27:57 +0200 Subject: [PATCH] test smth --- html/watch.ejs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index 94732c09..aba81282 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -58,7 +58,6 @@ { name: "twitter:url", content: url }, { name: "twitter:title", content: title }, { name: "twitter:description", content: desc }, - { name: "twitter:image", content: image }, { name: "twitter:card", content: "summary_large_image" }, ]; @@ -70,7 +69,6 @@ const ogTags = [ { property: "og:title", content: title }, - { property: "og:type", content: "video.other" }, { property: "og:url", content: url }, { property: "og:description", content: desc }, { property: "og:image", content: image }, @@ -79,7 +77,7 @@ <% twitterTags.forEach(tag => { -%> - + <% }) -%>