fix
This commit is contained in:
+4
-4
@@ -8,17 +8,17 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
navigations: {
|
||||
"hello.main": "/",
|
||||
"hypershelf.main": "/",
|
||||
},
|
||||
features: {
|
||||
hello: {
|
||||
hypershelf: {
|
||||
enableRedirectNowButton: {
|
||||
value: "true",
|
||||
},
|
||||
},
|
||||
},
|
||||
config: {
|
||||
"hello.redirectTarget": "https://example.com",
|
||||
"hello.redirectDelayMs": "5000",
|
||||
"hypershelf.redirectTarget": "https://example.com",
|
||||
"hypershelf.redirectDelayMs": "5000",
|
||||
},
|
||||
};
|
||||
|
||||
Generated
+7589
File diff suppressed because it is too large
Load Diff
Generated
-5321
File diff suppressed because it is too large
Load Diff
@@ -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