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',
'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}`