change fqdn

This commit is contained in:
Daniil Gazizullin 2025-11-24 16:24:39 +03:00
parent f28b9ee9f7
commit b3d66f3ce8
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ type RedirectPageProps = {
};
const REDIRECT_DELAY_MS = 10000;
const TARGET_URL = "https://hypershelf.globalservices.stf";
const TARGET_URL = "https://hypershelf.demo.stf";
export function RedirectPage({
enableRedirectNowButton