我正在尝试学习如何解决以下问题。
如果我使用按钮进行导航,该网站可以找到。
我尝试过的解决方案:
_redirects 已添加到构建并重新部署的根文件夹中。不工作/* /index.html 200
netlify.toml 已添加到 根文件夹[[redirects]] from = "/*" to = "/" status = 200
构建并重新部署不起作用
看看我的文件:https ://github.com/swappybizz/routing_refresh_on_deployment/