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 4240ef9 commit 9f298b2Copy full SHA for 9f298b2
docusaurus.config.js
@@ -314,7 +314,7 @@ module.exports = {
314
try {
315
const parsedUrl = parse(valuesArray[i + 1]);
316
if (isInternal(parsedUrl, config.absoluteUrl) && parsedUrl.pathname) {
317
- splitValueLines[i + 1] = `https://api.apify.com${parsedUrl.pathname}`;
+ if (splitValueLines[i + 1]) splitValueLines[i + 1] = `https://api.apify.com${parsedUrl.pathname}`;
318
}
319
} catch {
320
// do nothing, leave the line as is
0 commit comments