Skip to content

Commit 4ac9499

Browse files
committed
fix": edit on github button
1 parent dc5dde8 commit 4ac9499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default async function Page(props: {
2121
owner: "databuddy-analytics",
2222
repo: "databuddy",
2323
sha: "main",
24-
path: `/docs/content/docs/${page.file.path}`,
24+
path: `/apps/docs/content/docs/${page.file.path}`,
2525
}}
2626
footer={{
2727
component: <DocsFooter />,

0 commit comments

Comments
 (0)