From 505b008f3aa41127c1a9905d75fc228f1f7a0c37 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 8 Dec 2024 21:25:04 +0100 Subject: [PATCH] docs: fix the example virtual host configuration --- pages/docs/config/virtual-hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"