Skip to main content

Nginx

由于使用了 React Router,需要在 Nginx 配置文件中添加

location / {
try_files $uri /index.html;
}