Skip to content

Commit

Permalink
webVitals_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
callor committed Aug 8, 2024
1 parent 4364c88 commit 4aa98b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions template/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ root.render(
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals

// 앱에서 성과 측정을 시작하려면 결과를 기록하는 함수를 전달합니다(예: reportWebVitals(console.log))
// 또는 분석 엔드포인트로 전송합니다. 자세히 알아보기: https://bit.ly/CRA-vitals
reportWebVitals(console.log);

0 comments on commit 4aa98b4

Please sign in to comment.