We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feae8c commit eeb824fCopy full SHA for eeb824f
apps/website/app/[lang]/docs/[[...slug]]/page.tsx
@@ -82,7 +82,7 @@ export const generateMetadata = async ({
82
},
83
alternates: {
84
types: {
85
- "text/markdown": slug ? `/docs/${slug}.md` : "/docs.md",
+ "text/markdown": slug ? `/docs/${slug.join("/")}.md` : "/docs.md",
86
87
88
};
0 commit comments