test
deploy / deploy (push) Successful in 2m51s Details

This commit is contained in:
Lucien Cartier-Tilet 2024-02-26 07:38:38 +01:00
parent bc36bdec90
commit 24d558e0f5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ const simplifiedHead: SimplifiedHeader[] = [
name: 'twitter:creator',
content: '@phundrak',
},
{
name: 'build-status',
content: `value: ${process.env.NODE_ENV}`,
},
{ name: 'msapplication-TileColor', content: '#3b4252' },
{ name: 'msapplication-TileImage', content: '/ms-icon-144x144.png' },
{ name: 'theme-color', content: '#3b4252' },