fix img path
authorClaromes <claromes@hey.com>
Tue, 18 Jun 2024 12:58:21 +0000 (09:58 -0300)
committerClaromes <claromes@hey.com>
Tue, 18 Jun 2024 12:58:21 +0000 (09:58 -0300)
docs/_templates/page.html

index 092aabd185f0ca2b780002bb5ea3ad5111bd8eb3..701f810ad311a059d555783f3f18d23db93ad030 100644 (file)
@@ -6,9 +6,9 @@
 
     <meta property="og:title" content="{{ title|e }}" />
     <meta property="og:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
-    <meta property="og:image" content="https://claromes.github.io/waybacktweets/_static/assets/card.png" />
+    <meta property="og:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
 
     <meta name="twitter:title" content="{{ title|e }}">
     <meta name="twitter:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
-    <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/assets/card.png" />
+    <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
 {% endblock %}