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 4e2f123 commit 47a711dCopy full SHA for 47a711d
js/algolia-index.js
@@ -114,7 +114,7 @@ const startIndexing = (currentBranch) => {
114
.replace("ROOT/index", "")
115
.replace("index", "")
116
const record = {
117
- url: "https://docs.starknet.io/documentation" + url,
+ url: "https://docs.starknet.io" + url,
118
...file,
119
};
120
algoliaIndex.saveObject(record).wait();
0 commit comments