fix
This commit is contained in:
parent
079982f94f
commit
f28b9ee9f7
@ -8,17 +8,17 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
navigations: {
|
navigations: {
|
||||||
"hello.main": "/",
|
"hypershelf.main": "/",
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
hello: {
|
hypershelf: {
|
||||||
enableRedirectNowButton: {
|
enableRedirectNowButton: {
|
||||||
value: "true",
|
value: "true",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config: {
|
config: {
|
||||||
"hello.redirectTarget": "https://example.com",
|
"hypershelf.redirectTarget": "https://example.com",
|
||||||
"hello.redirectDelayMs": "5000",
|
"hypershelf.redirectDelayMs": "5000",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
7589
package-lock.json
generated
Normal file
7589
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
5321
pnpm-lock.yaml
generated
5321
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -4,8 +4,8 @@ type RedirectPageProps = {
|
|||||||
enableRedirectNowButton: boolean;
|
enableRedirectNowButton: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
const REDIRECT_DELAY_MS = 5000;
|
const REDIRECT_DELAY_MS = 10000;
|
||||||
const TARGET_URL = "https://example.com";
|
const TARGET_URL = "https://hypershelf.globalservices.stf";
|
||||||
|
|
||||||
export function RedirectPage({
|
export function RedirectPage({
|
||||||
enableRedirectNowButton
|
enableRedirectNowButton
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user