From 1337612d3d143360f94bac943192a7c4d1603ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 22 Mar 2026 10:18:45 +0100 Subject: [PATCH] stage --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5c5ef7947..214c51957 100644 --- a/index.html +++ b/index.html @@ -23,11 +23,13 @@ let prefix = ''; - if (url.includes('://homebrewery-pr-')) { + if (url.includes('://homebrewery-stage.')) { + prefix = `Stage `; + } else if (url.includes('://homebrewery-pr-')) { const match = url.match(/pr-(\d+)/); if (match) prefix = `PR-${match[1]} `; } else if (url.includes('://localhost')) { - prefix = 'LOCAL '; + prefix = 'Local '; } if (title) {