fix
This commit is contained in:
@@ -4,8 +4,8 @@ type RedirectPageProps = {
|
||||
enableRedirectNowButton: boolean;
|
||||
};
|
||||
|
||||
const REDIRECT_DELAY_MS = 5000;
|
||||
const TARGET_URL = "https://example.com";
|
||||
const REDIRECT_DELAY_MS = 10000;
|
||||
const TARGET_URL = "https://hypershelf.globalservices.stf";
|
||||
|
||||
export function RedirectPage({
|
||||
enableRedirectNowButton
|
||||
|
||||
Reference in New Issue
Block a user