Disable default twitter:description

This commit is contained in:
Sam Carlton 2022-06-06 15:53:22 -05:00
parent 24c2337466
commit 7d9600c791

View file

@ -87,10 +87,10 @@ export default {
'property': 'twitter:title', 'property': 'twitter:title',
'content': 'Does It ARM' 'content': 'Does It ARM'
}, },
{ // {
'property': 'twitter:description', // 'property': 'twitter:description',
'content': process.env.npm_package_description // 'content': process.env.npm_package_config_verbiage_description
}, // },
{ {
'property': 'twitter:url', 'property': 'twitter:url',
'content': `${process.env.URL}` 'content': `${process.env.URL}`