chore: update next 16 beta config and docs
This commit is contained in:
parent
b3a0fb09db
commit
a10c7dd15d
2 changed files with 4 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
server: {
|
||||
allowedHosts: ["tickets.esdrasrenan.com.br", "convex.esdrasrenan.com.br", "localhost"],
|
||||
},
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
trustHostHeader: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue