docs: fix api-reference with proxy (#7952)
This commit is contained in:
@@ -9,7 +9,11 @@ const DownloadFull = () => {
|
||||
|
||||
return (
|
||||
<Button variant="secondary">
|
||||
<Link href={`/api/download/${area}`} download target="_blank">
|
||||
<Link
|
||||
href={`${process.env.NEXT_PUBLIC_BASE_PATH}/download/${area}`}
|
||||
download
|
||||
target="_blank"
|
||||
>
|
||||
Download openapi.yaml
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user