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 f91a5a2 commit da7b7faCopy full SHA for da7b7fa
1 file changed
docs/.vitepress/versions.ts
@@ -76,5 +76,5 @@ export const oldVersions = [
76
].filter(({ link }) => link !== hiddenLink);
77
78
export const algoliaIndex = isReleaseBranch
79
- ? `faker-v${semver.major(version)}`
80
- : 'faker-next';
+ ? `fakerjs-v${semver.major(version)}`
+ : 'fakerjs-next';
0 commit comments