We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd95b9 commit 0457c12Copy full SHA for 0457c12
docusaurus.config.js
@@ -314,7 +314,7 @@ module.exports = {
314
try {
315
const parsedUrl = parse(valuesArray[i + 1]);
316
if (isInternal(parsedUrl) && parsedUrl.pathname) {
317
- splitValueLines[i + 1] = `${config.absoluteUrl}${parsedUrl.pathname}`;
+ splitValueLines[i + 1] = `https://api.apify.com${parsedUrl.pathname}`;
318
}
319
} catch {
320
// do nothing, leave the line as is
0 commit comments