N
Nuxt4mo ago
ludgart

RouterRules with features isnt working

Hello, can someone help me with the routeRules? I set up the following route rule:
routeRules: {
'/': {
noScripts: true,
}
},
routeRules: {
'/': {
noScripts: true,
}
},
OR I tried this code:
routeRules: {
'/': {
features: {
noScripts: true,
}
}
},
routeRules: {
'/': {
features: {
noScripts: true,
}
}
},
Both variants don't work. The normal features flag works, but not inside the route rules.
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server