From 7c031c15516d68dd8b296d1c9ee23f6536bf559e Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Dec 2019 16:01:31 -0500 Subject: [PATCH] chore: Disable prettier for head values in vuepress config --- docs/.vuepress/config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 768fbfa8b..385c1af27 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -16,17 +16,12 @@ module.exports = { description: "The cross-shell prompt for astronauts" } }, + // prettier-ignore head: [ ["link", { rel: "icon", href: "/icon.png" }], ["meta", { name: "description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, and Powershell." }], ["meta", { property: "og:title", content: "Starship: Cross-Shell Prompt" }], - [ - "meta", - { - property: "og:description", - content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, and Powershell." - } - ], + ["meta", { property: "og:description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, and Powershell."}], ["meta", { property: "og:type", content: "website" }], ["meta", { property: "og:url", content: "https://starship.rs/" }], ["meta", { property: "og:image", content: "https://starship.rs/icon.png" }],