Skip to content

Commit eeb824f

Browse files
committed
Update page.tsx
1 parent 5feae8c commit eeb824f

File tree

1 file changed

+1
-1
lines changed
  • apps/website/app/[lang]/docs/[[...slug]]

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const generateMetadata = async ({
8282
},
8383
alternates: {
8484
types: {
85-
"text/markdown": slug ? `/docs/${slug}.md` : "/docs.md",
85+
"text/markdown": slug ? `/docs/${slug.join("/")}.md` : "/docs.md",
8686
},
8787
},
8888
};

0 commit comments

Comments
 (0)