remove wrong props
This commit is contained in:
@@ -12,10 +12,6 @@ const nextConfig = {
|
||||
output: process.env.NODE_ENV === 'production' ? 'standalone' : undefined,
|
||||
// External packages for better SQLite3 compatibility (Next.js 15+ syntax)
|
||||
serverExternalPackages: ['better-sqlite3'],
|
||||
// Trust proxy headers for Cloudflare tunnel
|
||||
experimental: {
|
||||
trustHost: true,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user