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 7eb0e03 commit 14594cfCopy full SHA for 14594cf
src/app/docs/[[...slug]]/page.tsx
@@ -26,7 +26,7 @@ export default async function Page(props: { params: Promise<{ slug?: string[] }>
26
<DocsDescription className="mb-0">{page.data.description}</DocsDescription>
27
28
<a
29
- href={`https://github.com/TheNextLvl-net/docs/blob/main/content/docs/${page.file.path}`}
+ href={`https://github.com/TheNextLvl-net/docs/blob/main/content/docs/${page.path}`}
30
rel="noreferrer noopener"
31
target="_blank"
32
className="mb-8 w-fit border flex items-center gap-2 rounded-md p-2 font-medium text-xs text-fd-secondary-foreground hover:text-fd-accent-foreground hover:bg-fd-accent"
0 commit comments