-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: naver search blog api를 적용하라 #85
Conversation
saseungmin
commented
Apr 16, 2023
- install qs, axios dependencies
- naver search blog api 구현
- axios console error 이슈 수정
- install qs, axios dependencies - naver search blog api 구현 - axios console error 이슈 수정
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle SizesCompared against b850798 Route: No significant changes found Dynamic import: None found. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
==========================================
+ Coverage 97.53% 97.86% +0.33%
==========================================
Files 14 17 +3
Lines 162 187 +25
Branches 22 27 +5
==========================================
+ Hits 158 183 +25
Misses 4 4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
packageExtensions: | ||
axios@*: | ||
dependencies: | ||
debug: "*" | ||
debug@*: | ||
dependencies: | ||
supports-color: "*" |
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.
axios 의 debug dependency yarn berry 미지원 이슈
debug-js/debug#731
yarnpkg/berry#587
@@ -10,6 +10,7 @@ const nextConfig = { | |||
experimental: { | |||
appDir: true, | |||
typedRoutes: true, | |||
esmExternals: 'loose', |
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.
debug dependency -> https://nextjs.org/docs/messages/import-esm-externals