Skip to content

Commit

Permalink
⬆️ upgrade next to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Jan 18, 2024
1 parent f3a0890 commit b20ef7b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 66 deletions.
15 changes: 7 additions & 8 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ import "./src/env-config.mjs";
const nextConfig = {
reactStrictMode: true,
output: "standalone",
cacheHandler:
process.env.NODE_ENV === "production"
? "./custom-incremental-cache-handler.mjs"
: undefined,
cacheMaxMemorySize: 0,
experimental: {
isrMemoryCacheSize: 0,
taint: true,
incrementalCacheHandlerPath:
process.env.NODE_ENV === "production"
? "./custom-incremental-cache-handler.mjs"
: undefined
taint: true
},
logging: {
fetches: {
// this is not yet supported by turbopack
// fullUrl: true
fullUrl: true
}
},
images: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-next": "14.0.0",
"geist": "^1.0.0",
"nanoid": "^4.0.2",
"next": "14.0.5-canary.38",
"next": "14.1.0",
"nextjs-toploader": "^1.6.4",
"nprogress": "^0.2.0",
"pg": "^8.11.3",
Expand Down
106 changes: 49 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b20ef7b

Please sign in to comment.