Skip to content

Commit

Permalink
update next
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Nov 11, 2022
1 parent f193ca2 commit bfe1e81
Show file tree
Hide file tree
Showing 6 changed files with 3,344 additions and 2,746 deletions.
16 changes: 14 additions & 2 deletions next/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"extends": "next/core-web-vitals"
}
"root": true,
"extends": ["next/core-web-vitals"],
"plugins": ["testing-library"],
"overrides": [
// Only uses Testing Library lint rules in test files
{
"files": [
"**/__tests__/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
],
"extends": ["plugin:testing-library/react"]
}
]
}
5 changes: 2 additions & 3 deletions next/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ const isDev = process.env.NODE_ENV !== 'production';
module.exports = {
i18n,
reactStrictMode: true,
experimental: {
outputStandalone: true,
},
output: 'standalone',

async headers() {
return [
{
Expand Down
Loading

0 comments on commit bfe1e81

Please sign in to comment.