You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Problem here is that there is no way to add this header to
<head>
. For iframe I can addhead.html
. Please, add<meta charset="utf-8">
to head of main templateThe text was updated successfully, but these errors were encountered: