We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32688eb commit 79534b9Copy full SHA for 79534b9
META.js
@@ -433,7 +433,7 @@ function createServiceRuleProviders(services, commonConfig) {
433
format: "mrs",
434
behavior: "domain",
435
url: `https://cdn.jsdelivr.net/gh/\u004D\u0065\u0074\u0061\u0043\u0075\u0062\u0065\u0058/meta-rules-dat@meta/geo/geosite/${ruleName.toLowerCase()}.mrs`,
436
- path: `./ruleset/metacubex/${name.toLowerCase()}.mrs`,
+ path: `./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/${name.toLowerCase()}.mrs`,
437
};
438
return acc;
439
}, {});
0 commit comments