From 4b79fa66f53bbd21091ce5bf4897e98b0f7f7bb3 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 8 Dec 2024 21:27:19 +0100 Subject: [PATCH] docs: fix invalid JSON in the example virtual host configuration --- pages/docs/config/virtual-hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/config/virtual-hosts.md b/pages/docs/config/virtual-hosts.md index 56ef179..6a66eab 100644 --- a/pages/docs/config/virtual-hosts.md +++ b/pages/docs/config/virtual-hosts.md @@ -230,7 +230,7 @@ If you're using SVR.JS 3.14.0 or newer, you can use this configuration: "host": "anothersite.example", "postfix": "anothersite.example", "skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/" - } + }, { "postfix": "NONEXISTENT_SITE" }