-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Next.js to 9.4.4 #71
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/gladly-team/tab-web/lihar3hai |
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
==========================================
- Coverage 71.32% 66.51% -4.81%
==========================================
Files 64 68 +4
Lines 844 902 +58
Branches 118 124 +6
==========================================
- Hits 602 600 -2
- Misses 212 265 +53
- Partials 30 37 +7
Continue to review full report at Codecov.
|
This reverts commit 31a358f.
This reverts commit 3d945f4.
This reverts commit 94d6d22.
.gitignore
Outdated
@@ -37,3 +37,5 @@ sessions | |||
# https://github.com/whitecolor/yalc#keep-it-out-of-git | |||
.yalc | |||
yalc.lock | |||
|
|||
.vercel |
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.
Add new line
src/pages/example.js
Outdated
|
||
const Test = () => <div>hello!</div> | ||
|
||
export default Test |
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.
Remove
Closes #70
Addresses some items in #64
/newtab
base pathvercel dev
to make the local server behave more like production