Skip to content

Commit 5163b71

Browse files
authored
fix: correct URLs for openapi download links (#1426)
1 parent 750ac86 commit 5163b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module.exports = {
194194
config: {
195195
/** @type {import('docusaurus-plugin-openapi-docs').Options} */
196196
v2: {
197-
downloadUrl: 'openapi.yaml',
197+
downloadUrl: '/api/openapi.yaml',
198198
specPath: 'apify-api.yaml',
199199
outputDir: './sources/api',
200200
markdownGenerators: {

0 commit comments

Comments
 (0)