Skip to content

Commit dfe61ee

Browse files
committed
fix(api): update import path for getGithubLastEdit function
1 parent 18496c9 commit dfe61ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getGithubLastEdit } from "fumadocs-core/server"
1+
import { getGithubLastEdit } from "fumadocs-core/content/github"
22
import { Page } from "fumadocs-core/source"
33

44
export async function latestVersion(project: string): Promise<string> {

0 commit comments

Comments
 (0)