remove wrong props

This commit is contained in:
2025-10-08 23:31:09 +01:00
parent 9765d2be32
commit ca64eecffb
3 changed files with 29 additions and 5 deletions
-4
View File
@@ -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;