Fix baseurl default in the docs
Display the new baseurl default (commit: [97e9fb2
](97e9fb29b0
)) in the docs.
This commit is contained in:
parent
9df239f2fd
commit
4835bbbdb4
|
@ -362,7 +362,7 @@ watch: false # deprecated
|
||||||
server: false # deprecated
|
server: false # deprecated
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 4000
|
port: 4000
|
||||||
baseurl: /
|
baseurl: ""
|
||||||
url: http://localhost:4000
|
url: http://localhost:4000
|
||||||
lsi: false
|
lsi: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue