mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use env package details
This commit is contained in:
parent
4b8c6a7eea
commit
24c2337466
1 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ export default {
|
|||
lang: 'en',
|
||||
},
|
||||
title: 'Does It ARM',
|
||||
description: pkg.description,
|
||||
description: process.env.npm_package_description,
|
||||
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
|
|
@ -59,7 +59,7 @@ export default {
|
|||
{
|
||||
hid: 'description',
|
||||
name: 'description',
|
||||
content: pkg.description
|
||||
content: process.env.npm_package_description
|
||||
},
|
||||
{
|
||||
'property': 'og:image',
|
||||
|
|
@ -89,7 +89,7 @@ export default {
|
|||
},
|
||||
{
|
||||
'property': 'twitter:description',
|
||||
'content': pkg.description
|
||||
'content': process.env.npm_package_description
|
||||
},
|
||||
{
|
||||
'property': 'twitter:url',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue