docs: fix api-reference with proxy (#7952)
This commit is contained in:
@@ -2,5 +2,5 @@ import { config } from "../config"
|
||||
import basePathUrl from "./base-path-url"
|
||||
|
||||
export default function getUrl(area: string, tagName?: string): string {
|
||||
return `${config.baseUrl}${basePathUrl(`/api/${area}#${tagName}`)}`
|
||||
return `${config.baseUrl}${basePathUrl(`/${area}#${tagName}`)}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user