Skip to content

Commit

Permalink
fixed broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Apr 29, 2020
1 parent 68b8adf commit 94f5619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
["link", { rel: "icon", href: "/favicon.ico" }],
["meta", { name: "theme-color", content: "#3eaf7c" }],
["meta", { property: "theme-color", content: "#3eaf7c" }],

["meta", { property: "og:type", content: "website" }],
["meta", { property: "og:url", content: "https://piracy.now.sh/" }],
["meta", { property: "og:title", content: "Piracy" }],
Expand All @@ -17,8 +16,7 @@ module.exports = {
content: "It's illegal cuz they can't tax you!",
},
],
["meta", { property: "og:image", content: "/image.png" }],

["meta", { property: "og:image", content: "/banner.png" }],
["meta", { property: "twitter:card", content: "summary_large_image" }],
[
"meta",
Expand All @@ -32,7 +30,7 @@ module.exports = {
content: "It's illegal cuz they can't tax you!",
},
],
["meta", { property: "twitter:image", content: "/image.png" }],
["meta", { property: "twitter:image", content: "/banner.png" }],
[
"meta",
{
Expand Down
File renamed without changes

0 comments on commit 94f5619

Please sign in to comment.