Skip to content

Commit

Permalink
Merge pull request #51 from TEAM-WHEN-WILL-WE-MEET/develop
Browse files Browse the repository at this point in the history
[FIX] Production 환경에서 카카오 공유하기 및 링크 공유 기능 문제
  • Loading branch information
hyun1211 authored Feb 21, 2025
2 parents 0a728f4 + 57c1755 commit 50a69ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"source": "/MonthView",
"destination": "/MonthView/index.html"
},
{
"source": "/invite",
"destination": "/invite/index.html"
},
{
"source": "/individualCalendar",
"destination": "/individualCalendar/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", "/individualCalendar","/invite", "/eventCalendar"],
"crawlingUrls": ["/", "/MonthView", "/individualCalendar", "/eventCalendar"],
"delay": 1500,
"pageCount": 1,
"retryCount": 1
Expand Down

0 comments on commit 50a69ff

Please sign in to comment.