Skip to content

Commit

Permalink
Update algolia-index.js (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
LandauRaz authored Nov 2, 2024
1 parent 4e2f123 commit 47a711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/algolia-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const startIndexing = (currentBranch) => {
.replace("ROOT/index", "")
.replace("index", "")
const record = {
url: "https://docs.starknet.io/documentation" + url,
url: "https://docs.starknet.io" + url,
...file,
};
algoliaIndex.saveObject(record).wait();
Expand Down

0 comments on commit 47a711d

Please sign in to comment.