Skip to content

Commit a6b0272

Browse files
authored
Merge pull request #5 from dev3h/feature/refactor-user-page
refactor ui user
2 parents 36d69fb + 147eb43 commit a6b0272

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"destination": "https://api64.ipify.org?format=json"
66
},
77
{ "source": "/api", "destination": "https://news-api-fai7.onrender.com" },
8-
{ "source": "/(.*)", "destination": "/" }
8+
{ "source": "/(.*)", "destination": "/" },
9+
{
10+
"source": "/sitemap.xml",
11+
"destination": "https://news-api-k052.onrender.com/api/v1/sitemap.xml"
12+
}
913
]
1014
}

0 commit comments

Comments
 (0)