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 0457c12 commit 4240ef9Copy full SHA for 4240ef9
docusaurus.config.js
@@ -313,7 +313,7 @@ module.exports = {
313
// try to parse as URL, if successful, prefix with absolute URL
314
try {
315
const parsedUrl = parse(valuesArray[i + 1]);
316
- if (isInternal(parsedUrl) && parsedUrl.pathname) {
+ if (isInternal(parsedUrl, config.absoluteUrl) && parsedUrl.pathname) {
317
splitValueLines[i + 1] = `https://api.apify.com${parsedUrl.pathname}`;
318
}
319
} catch {
0 commit comments