Skip to content
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

Lack of charset in builded html #215

Closed
i4got10 opened this issue May 25, 2016 · 3 comments
Closed

Lack of charset in builded html #215

i4got10 opened this issue May 25, 2016 · 3 comments

Comments

@i4got10
Copy link

i4got10 commented May 25, 2016

While running storybook under node, server return Content-Type header, that allow browser to show content in utf-8.

Content-Type:text/html; charset=utf-8

But then build static html, there is no charset specified. It leads to

react storybook 2016-05-25 13-56-15

Problem here is that there is no way to add this header to <head>. For iframe I can add head.html. Please, add <meta charset="utf-8"> to head of main template

@thani-sh
Copy link
Contributor

Related #209

@thani-sh
Copy link
Contributor

Hi @i4got10
Thanks for the tip. Added the meta tag and released v1.28.1

@i4got10
Copy link
Author

i4got10 commented May 25, 2016

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants