From 37c629aac49456c947b02efa027b2b613885cc7e Mon Sep 17 00:00:00 2001 From: hyunju1211 Date: Wed, 19 Feb 2025 17:11:21 +0900 Subject: [PATCH] =?UTF-8?q?[FEAT]=20firebase=EC=97=90=20pre-render=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firebase.json | 20 ++++++++++++++++++++ hydratable.config.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index cd83b60..7a3dc61 100644 --- a/firebase.json +++ b/firebase.json @@ -7,6 +7,26 @@ "**/node_modules/**" ], "rewrites": [ + { + "source": "/", + "destination": "/index.html" + }, + { + "source": "/MonthView", + "destination": "/MonthView/index.html" + }, + { + "source": "/invite", + "destination": "/invite/index.html" + }, + { + "source": "/individualCalendar", + "destination": "/individualCalendar/index.html" + }, + { + "source": "/eventCalendar", + "destination": "/eventCalendar/index.html" + }, { "source": "**", "destination": "/index.html" diff --git a/hydratable.config.json b/hydratable.config.json index 549f14d..9b7be19 100644 --- a/hydratable.config.json +++ b/hydratable.config.json @@ -1,5 +1,5 @@ { - "crawlingUrls": ["/", "/MonthView", "/invite", "/eventCalendar"], + "crawlingUrls": ["/", "/MonthView", "/individualCalendar","/invite", "/eventCalendar"], "delay": 1500, "pageCount": 1, "retryCount": 1