From 92a9d96efac3b4888f3392e00a71da87cf0daa62 Mon Sep 17 00:00:00 2001 From: JeonSuna Date: Thu, 19 Mar 2026 18:16:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vercel=20json=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"