Open
Description
- [] I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
macOS
Reproduction link
https://antdv.com/components/overview
Steps to reproduce
- Open browser inspector.
- Open https://antdv.com/components/overview
- See the request in network tab.
- The status code for https://antdv.com/components/overview is 404.
While it’s not affecting how the browsers interpret the website, it may not working under some environments such as link previews in iOS because LPMetadataProvider requires valid status code to proceed.
What is expected?
Return 200 status code.
What is actually happening?
Returned 404 status code.