标签: angular routing parameter-passing netlify
希望实现这种网址https://example.com/:userName/posts
https://example.com/:userName/posts
Netlify /* /index.html 200的SPA重定向规则即Url,被触发并重定向到index.hmtl,但是Angular路由器没有从那里接(我认为应该有)。
/* /index.html 200
index.hmtl
参数化路由在本地开发服务器中可以正常工作。