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
When I deploy my site it does not display correctly, css is broken. In Chrome devtools console I see ```Resource interpreted as Stylesheet but transferred with MIME type test/plain: "https://www.www.www/doc-site/css/main.css"
Expected Behavior
After update to 1.0.12 and later css would work correctly.
Actual Behavior
When I deploy my site it does not display correctly, css is broken. In Chrome devtools console I see ```Resource interpreted as Stylesheet but transferred with MIME type test/plain: "https://www.www.www/doc-site/css/main.css"
Reproducible Demo
To demo this..
init and build the demo site. Have a look at the generated css file.
Deploy the build directory. You will see that css us broken.
Is this a bug report?
Yes
Have you read the Contributing Guidelines on issues?
yes
Environment
(Docusaurus version via
npm outdated docusaurusoryarn outdated docusaurus, OS, Node, npm, yarn)Package Current Wanted Latest Location
docusaurus 1.0.12 1.0.12 1.0.14
OS : Mac High Sierra
Node : v8.4.0
npm : 5.6.0
yarn : 1.5.1
Steps to Reproduce
npm installfollowed bynpm run buildto generate the buildExpected Behavior
After update to 1.0.12 and later css would work correctly.
Actual Behavior
When I deploy my site it does not display correctly, css is broken. In Chrome devtools console I see ```Resource interpreted as Stylesheet but transferred with MIME type test/plain: "https://www.www.www/doc-site/css/main.css"
Reproducible Demo
To demo this..