问题标签 [surge.sh]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
surge.sh - urge.sh - 推送新更改不会更新站点
我有一个部署的 React 项目,一切正常。然后我对网站做了一些小的 CSS 更改,然后多次推送这些更改。该网站没有更新。它仍在显示我的旧 CSS。
我通过运行cp build/index.html build/200.html
然后surge --domain site-name.surge.sh .
(我必须添加 200 页面以避免 404 页面)来做到这一点。
这里可能有什么问题?我只是想推动我的新变化,没什么特别的。