website/docs: fix API browser not loading

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-07 22:19:11 +02:00
parent 25f987ba2b
commit 10208b45b6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function APIBrowser() {
return (
<Layout title="API Browser" description={siteConfig.tagline}>
<rapi-doc
spec-url={useBaseUrl("schema.yml")}
spec-url={useBaseUrl("schema.yaml")}
allow-try="false"
show-header="false"
theme="dark"