Ver código fonte

bring OG text in line with current project status

Joel 3 anos atrás
pai
commit
268b1f2ded
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Website/nuxt.config.js

+ 1 - 1
Website/nuxt.config.js

@@ -16,7 +16,7 @@ export default {
         hid: "description",
         name: "description",
         content:
-          "An extension that returns dislike statistics to YouTube. For now, it only works if a video had public display of dislikes enabled before YouTube removed dislike stats. ",
+          "An extension that returns dislike statistics to YouTube using a combination of scraped dislike stats and estimates extrapolated from extension user data.",
       },
       { hid: "og:image", name: "og:image", content: "/logo.png" },
       { hid: "theme-color", name: "theme-color", content: "#ff0000" },