Skip to content

Commit

Permalink
next.js sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1t3Fox committed Mar 4, 2022
1 parent 80c6e98 commit 5664153
Show file tree
Hide file tree
Showing 11 changed files with 5,074 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}

module.exports = nextConfig
Loading

0 comments on commit 5664153

Please sign in to comment.