Skip to content

Commit

Permalink
Merge pull request #49 from TEAM-WHEN-WILL-WE-MEET/develop
Browse files Browse the repository at this point in the history
[FIX!] firebase에 pre-render 기능 추가
  • Loading branch information
hyun1211 authored Feb 19, 2025
2 parents a8f4b3b + 37c629a commit 0a728f4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hydratable.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crawlingUrls": ["/", "/MonthView", "/invite", "/eventCalendar"],
"crawlingUrls": ["/", "/MonthView", "/individualCalendar","/invite", "/eventCalendar"],
"delay": 1500,
"pageCount": 1,
"retryCount": 1
Expand Down

0 comments on commit 0a728f4

Please sign in to comment.