Skip to content

Commit

Permalink
Added meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Apr 29, 2020
1 parent 9c48cdd commit 68b8adf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,45 @@ module.exports = {
title: "Piracy",
description: "It's illegal cuz they can't tax you!",
dest: "dist",
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
head: [
["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" }],
[
"meta",
{
property: "og:description",
content: "It's illegal cuz they can't tax you!",
},
],
["meta", { property: "og:image", content: "/image.png" }],

["meta", { property: "twitter:card", content: "summary_large_image" }],
[
"meta",
{ property: "twitter:url", content: "https://piracy.now.sh/" },
],
["meta", { property: "twitter:title", content: "Piracy" }],
[
"meta",
{
property: "twitter:description",
content: "It's illegal cuz they can't tax you!",
},
],
["meta", { property: "twitter:image", content: "/image.png" }],
[
"meta",
{
name: "google-site-verification",
content: "M4wcsX_DZ9CkpAzZ5rNmUbk1JWl3aLqgxIfB4YG-ozI",
},
],
],
themeConfig: {
logo: "/logo.svg",
nav: [
Expand Down
Binary file added docs/.vuepress/public/Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68b8adf

Please sign in to comment.