Describe the bug
Stories can have custom URL based on the id, and it works in CSF format (eg *.stories.tsx file), but it does not work in *.mdx files:
<Meta title="Example/Button/Guidelines" id="button-guidelines" />
Can you fix it pls? 🙇
Reproduction link
https://stackblitz.com/edit/github-wmqb1cu2?file=src%2Fstories%2FButton.guidelines.mdx,src%2Fstories%2FButton.stories.ts,package.json&preset=node
Reproduction steps
- Open the storybook
- Go to Button > Guidelines
Expected URL:
- ?path=/docs/button-guidelines--docs
Current URL:
- ?path=/docs/example-button-guidelines--docs
System
Latest version, react with vite
Additional context
No response
Describe the bug
Stories can have custom URL based on the id, and it works in CSF format (eg
*.stories.tsxfile), but it does not work in*.mdxfiles:Can you fix it pls? 🙇
Reproduction link
https://stackblitz.com/edit/github-wmqb1cu2?file=src%2Fstories%2FButton.guidelines.mdx,src%2Fstories%2FButton.stories.ts,package.json&preset=node
Reproduction steps
Expected URL:
Current URL:
System
Additional context
No response