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 113df6d commit 563f951Copy full SHA for 563f951
collector/utils/extensions/Confluence/ConfluenceLoader/index.js
@@ -131,7 +131,7 @@ class ConfluencePagesLoader {
131
/\n{3,}/g,
132
"\n\n"
133
);
134
- const pageUrl = `${this.baseUrl}/spaces/${this.spaceKey}/pages/${page.id}`;
+ const pageUrl = `${this.baseUrl}${this.cloud ? "/wiki" : ""}/spaces/${this.spaceKey}/pages/${page.id}`;
135
136
return {
137
pageContent: textWithPreservedStructure,
0 commit comments