diff --git a/vercel.json b/vercel.json index c28205e..6b5ff93 100644 --- a/vercel.json +++ b/vercel.json @@ -1,13 +1,13 @@ { "rewrites": [ - { - "source": "/sitemap.xml", - "destination": "/sitemap.xml" - }, { "source": "/robots.txt", "destination": "/robots.txt" }, + { + "source": "/sitemap.xml", + "destination": "/sitemap.xml" + }, { "source": "/(.*)", "destination": "/index.html"