-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: title not set as informed in documentation #22211
Comments
This looks like a bug in the documentation @jonniebigodes @ndelangen -- did we ever support this? |
That's sad. It was nice to see a simple solution to set the title. Because we really suffer from that and even some popular projects make hacks to work around it. |
@muratcorlu Sorry about this and the confusion around it 🙏 . For the time being, this is going to be removed from the documentation to prevent similar issues as you've experienced, and once we have a good way to address this, it will be properly documented. Nonetheless, thank you so much for reaching out to us with your issue and letting us know of this small but rather crucial issue with the documentation. Hope you have a great day. Stay safe |
it loads with "@storybook/cli" title, we need to update it. inspired by PRs mentioned in Storybook's issue: storybookjs/storybook#22211
it loads with "@storybook/cli" title, we need to update it. inspired by PRs mentioned in Storybook's issue: storybookjs/storybook#22211
it loads with "@storybook/cli" title, we need to update it. inspired by PRs mentioned in Storybook's issue: storybookjs/storybook#22211
Describe the bug
For setting
<title>
tag of the main html file, current document says just adding this to.storybook/main.js
file will do the trick:But that doesn't work for me (v7.0.6).
To Reproduce
https://stackblitz.com/edit/github-jrebwy?file=.storybook%2Fmain.ts
One you run/build storybook, HTML title becomes:
System
Additional context
No response
The text was updated successfully, but these errors were encountered: