When accessing the website via the URL https://www.acecarrentals.in and navigating to https://www.acecarrentals.in/privacy-policy, the privacy policy page loads correctly. However, when attempting to open https://www.acecarrentals.in/privacy-policy directly, a '404 Not Found' error is displayed.", locally it's running fine, no issue.
Get suggestion to add vercel.json and added this code
"rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ], "trailingSlash": true}