Skip to content

Commit a9152e4

Browse files
committed
update pages path
1 parent 319de22 commit a9152e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/contributors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const getPageContributorInfo = async (
5050
cache: CommitHistory
5151
) => {
5252
const gitContributors = await fetchAndCacheGitContributors(
53-
join("src/pages/", pagePath),
53+
join("src/pages/[locale]", pagePath),
5454
cache
5555
)
5656

0 commit comments

Comments
 (0)