Skip to content
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

[#74] react-helmet 적용 #75

Merged
merged 12 commits into from
Mar 3, 2024
Merged

[#74] react-helmet 적용 #75

merged 12 commits into from
Mar 3, 2024

Conversation

daepan
Copy link
Contributor

@daepan daepan commented Feb 24, 2024

[#74] request

react-helmet을 통한 title 변경

Please check if the PR fulfills these requirements

  • It's submitted to develop branch, not the main branch
  • The commit message follows our guidelines
  • There are no warning message when you run yarn lint
  • Docs updated for breaking changes

Screenshot

<Route path="/bus" element={<BusPage />} />
<Route path="/cafeteria" element={<CafeteriaPage />} />
<Route path="/board/notice" element={<NoticePage />}>
<Route path="timetable" element={<HelmetWrapper title="코인 - 시간표" element={<TimetablePage />} />} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어차피 모든 Route에 헬멧을 담아야한다면 Route까지 래핑하는건 어려웟을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제가 늦게 확인했네요 배포 이후 작업으로 진행하겠습니다.

@daepan daepan merged commit 8dd214c into develop Mar 3, 2024
2 checks passed
@daepan daepan deleted the feat/#74 branch March 3, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants