Hi! Is there a way to have a regex instead of a keyword in the path to catch the url?
For example:
{
"/": "/(\\d{10}|\\d{15})",
"caseSensitive": false
}
Would that work? I haven't seen any mention of regex usage for this file.
Thanks!