From 147eb43443b7a1d18d4c0161ff8b7da5b4b7d9d5 Mon Sep 17 00:00:00 2001 From: namnd Date: Tue, 9 Dec 2025 13:57:48 +0700 Subject: [PATCH] refactor ui user --- vercel.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } ] }