Hello, can someone help me with the routeRules? I set up the following route rule: ``` routeRules: { '/': { noScripts: true, } }, ``` OR I tried this code: ``` routeRules: { '/': { features: { noScripts: true, } } }, ``` Both variants don't work. The normal features flag works, but not inside the route rules.