-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] 1.0.0 배포 #528
Merged
Merged
[FE] 1.0.0 배포 #528
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e7ab2bd
[FE] Feature/#489 사용자 입력 시 개행 적용 (#491)
semnil5202 a83dab6
[FE] Feature/#495 Google Analytics 적용 (#496)
GC-Park ae6eed6
fix: 개행 처리 적용 시 wrap 속성이 적용되지 않던 오류 수정 (#492)
semnil5202 3c7f3e1
[FE] Refactor/#495 GA 패키지 json (#497)
GC-Park b6b168d
[FE] Refactor/#495 ga 추적 key 상수로 변경 (#498)
GC-Park cc34861
refactor: GA 위치 변경 (#499)
GC-Park 86f6549
feat: GA 추가 (#500)
GC-Park 5ad4c21
refactor: 필요없는 코드 삭제 (#501)
GC-Park 6476931
[FE] Refactor/#505 react ga4 적용 (#506)
GC-Park b1b01fd
[FE] Hotfix react ga4 에러 해결 (#507)
GC-Park 60cf4d2
[FE] Feat/#502 (#503)
jiwonh423 551217f
hotfix: 환경변수 수정 (#512)
jiwonh423 0c5bf0d
[FE] Refactor/#513 지도 생성 및 핀 생성 페이지 지도 위치 조정 (#514)
semnil5202 83cc393
[FE] Fix/myinfo 마이페이지 닉네임 변경 시 이미지 사라지던 오류 수정 (#515)
semnil5202 20011f0
[FE] Fix/#522 토픽 조회 중복 요청 오류, 핀 조회 시 토픽 조회 요청 오류 및 지도 줌인 오류 수정 (#523)
semnil5202 92ffa0e
fix: 모아보기 상태에서 핀 조회가 안되는 오류 수정 (#525)
semnil5202 fafe2f4
[FE] Refactor/#526 반응형 네브바 가림 문제 해결 (#527)
semnil5202 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'jsdom', | ||
}; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 이렇게 해서 운영 서버와 개발 서버를 나눴군요 굿 !!