This commit is contained in:
parent
bc36bdec90
commit
24d558e0f5
@ -37,6 +37,10 @@ const simplifiedHead: SimplifiedHeader[] = [
|
|||||||
name: 'twitter:creator',
|
name: 'twitter:creator',
|
||||||
content: '@phundrak',
|
content: '@phundrak',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'build-status',
|
||||||
|
content: `value: ${process.env.NODE_ENV}`,
|
||||||
|
},
|
||||||
{ name: 'msapplication-TileColor', content: '#3b4252' },
|
{ name: 'msapplication-TileColor', content: '#3b4252' },
|
||||||
{ name: 'msapplication-TileImage', content: '/ms-icon-144x144.png' },
|
{ name: 'msapplication-TileImage', content: '/ms-icon-144x144.png' },
|
||||||
{ name: 'theme-color', content: '#3b4252' },
|
{ name: 'theme-color', content: '#3b4252' },
|
||||||
|
Loading…
Reference in New Issue
Block a user