Skip to content

Commit

Permalink
fix: algolia update path json
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Nov 4, 2024
1 parent 47f40cc commit 1ec4a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/algolia-reindex.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const config = {
api: getArgApi()
},
filepath: {
en: '.dist/en/doc-all-data.json',
ptbr: '.dist/pt-br/doc-all-data.json'
en: './dist/en/doc-all-data.json',
ptbr: './dist/pt-br/doc-all-data.json'
}
}

Expand Down

0 comments on commit 1ec4a78

Please sign in to comment.