diff --git a/pages/docs/config/virtual-hosts.md b/pages/docs/config/virtual-hosts.md index a93be9a..56ef179 100644 --- a/pages/docs/config/virtual-hosts.md +++ b/pages/docs/config/virtual-hosts.md @@ -224,12 +224,12 @@ If you're using SVR.JS 3.14.0 or newer, you can use this configuration: { "host": "website.example", "postfix": "website.example", - "skipRegex": "/^\\/.dirimages(?:$|[\\/#?]))/" + "skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/" }, { "host": "anothersite.example", "postfix": "anothersite.example", - "skipRegex": "/^\\/.dirimages(?:$|[\\/#?]))/" + "skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/" } { "postfix": "NONEXISTENT_SITE"