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",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user