upgrade: Next.js 16 beta
This commit is contained in:
parent
70c73db907
commit
b3a0fb09db
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import type { NextConfig } from "next"
|
|||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
trustHostHeader: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue