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',
|
lang: 'en',
|
||||||
},
|
},
|
||||||
title: 'Does It ARM',
|
title: 'Does It ARM',
|
||||||
description: pkg.description,
|
description: process.env.npm_package_description,
|
||||||
|
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
|
|
@ -59,7 +59,7 @@ export default {
|
||||||
{
|
{
|
||||||
hid: 'description',
|
hid: 'description',
|
||||||
name: 'description',
|
name: 'description',
|
||||||
content: pkg.description
|
content: process.env.npm_package_description
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'property': 'og:image',
|
'property': 'og:image',
|
||||||
|
|
@ -89,7 +89,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'property': 'twitter:description',
|
'property': 'twitter:description',
|
||||||
'content': pkg.description
|
'content': process.env.npm_package_description
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'property': 'twitter:url',
|
'property': 'twitter:url',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue