diff --git a/vercel.json b/vercel.json index 1784edf..e70acf5 100644 --- a/vercel.json +++ b/vercel.json @@ -5,6 +5,10 @@ "destination": "https://api64.ipify.org?format=json" }, { "source": "/api", "destination": "https://news-api-fai7.onrender.com" }, - { "source": "/(.*)", "destination": "/" } + { "source": "/(.*)", "destination": "/" }, + { + "source": "/sitemap.xml", + "destination": "https://news-api-k052.onrender.com/api/v1/sitemap.xml" + } ] }