Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Dec 29, 2023
1 parent f91a5a2 commit da7b7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ export const oldVersions = [
].filter(({ link }) => link !== hiddenLink);

export const algoliaIndex = isReleaseBranch
? `faker-v${semver.major(version)}`
: 'faker-next';
? `fakerjs-v${semver.major(version)}`
: 'fakerjs-next';

0 comments on commit da7b7fa

Please sign in to comment.