From 7d9600c7919f7b3278139a6c899361035b65710e Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 6 Jun 2022 15:53:22 -0500 Subject: [PATCH] Disable default twitter:description --- nuxt.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 041018e..c128d86 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -87,10 +87,10 @@ export default { 'property': 'twitter:title', 'content': 'Does It ARM' }, - { - 'property': 'twitter:description', - 'content': process.env.npm_package_description - }, + // { + // 'property': 'twitter:description', + // 'content': process.env.npm_package_config_verbiage_description + // }, { 'property': 'twitter:url', 'content': `${process.env.URL}`