From 24d558e0f50aa059d64e5072879541344c4d3e24 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 26 Feb 2024 07:38:38 +0100 Subject: [PATCH] test --- content/.vuepress/head.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/.vuepress/head.ts b/content/.vuepress/head.ts index 74648ba..d922bc6 100644 --- a/content/.vuepress/head.ts +++ b/content/.vuepress/head.ts @@ -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' },