docs: fix the example virtual host configuration
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled

This commit is contained in:
Dorian Niemiec 2024-12-08 21:25:04 +01:00
parent 0c403325eb
commit 505b008f3a

View file

@ -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"