docs: fix invalid JSON in the example virtual host configuration
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
This commit is contained in:
parent
505b008f3a
commit
4b79fa66f5
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ If you're using SVR.JS 3.14.0 or newer, you can use this configuration:
|
||||||
"host": "anothersite.example",
|
"host": "anothersite.example",
|
||||||
"postfix": "anothersite.example",
|
"postfix": "anothersite.example",
|
||||||
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/"
|
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"postfix": "NONEXISTENT_SITE"
|
"postfix": "NONEXISTENT_SITE"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue