zhangyuang / egg-react-ssr

最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
http://doc.ssr-fc.com/
MIT License
1.91k stars 211 forks source link

example里面multipage的那个prod环境404 #157

Closed kristyzhangwx closed 4 years ago

kristyzhangwx commented 4 years ago

Refused to apply style from 'http://localhost:7001/static/css/vendor.chunk.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (index):1 GET http://localhost:7001/static/js/runtime~index.js net::ERR_ABORTED 404 (Not Found) (index):1 Refused to apply style from 'http://localhost:7001/static/css/index.chunk.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. 5(index):1 GET http://localhost:7001/static/js/index.chunk.js net::ERR_ABORTED 404 (Not Found)

zhangyuang commented 4 years ago

已修复