Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
modify: upgrade next to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed May 14, 2022
1 parent bbff459 commit f3cbc8d
Show file tree
Hide file tree
Showing 5 changed files with 1,223 additions and 2,221 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"@sota1235/eslint-config/react"
"@sota1235/eslint-config/react",
"plugin:@next/next/recommended"
],
"rules": {
"react/react-in-jsx-scope": "off"
Expand Down
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
poweredByHeader: false,
};
swcMinify: true,
};
Loading

0 comments on commit f3cbc8d

Please sign in to comment.