refactor: 로깅 정보 개선-도메인 추가, robots.txt 사이트맵 경로 수정

This commit is contained in:
“hyeonggkim”
2026-03-27 17:59:14 +09:00
parent 2c444a06f3
commit c802c68158
3 changed files with 28 additions and 20 deletions

8
.cursorrules Normal file
View File

@@ -0,0 +1,8 @@
# 커밋 메시지 (Generate Commit Message 포함)
커밋 메시지는 **반드시 한글**로 작성한다.
- 형식: `feat: 내용`, `refactor: 내용`, `test: 내용` 등
- 내용은 한글로, 제목 한 줄, 변경 의도가 드러나게 간결하게
예: `feat: 회원 가입 폼 유효성 검사 추가`, `refactor: 결제 모듈 상태 관리 로직 분리`