Skip to content

Commit

Permalink
Update algolia-index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LandauRaz authored Feb 27, 2025
1 parent ae21762 commit 4efe7c3
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 @@ -111,7 +111,7 @@ const startIndexing = (currentBranch) => {
.split("modules")[1]
.replace("/pages", "")
.replace(".adoc", "")
.replace(/ROOT\/, "")
.replace("ROOT/", "")
.replace("index", "")
const record = {
url: "https://docs.starknet.io" + url,
Expand Down

0 comments on commit 4efe7c3

Please sign in to comment.