Passenger portal build issue resolution

This commit is contained in:
Stephanos A
2026-06-03 16:14:41 +03:00
parent f4051aadfc
commit 8a9cc8afff
13 changed files with 17 additions and 341 deletions

View File

@@ -1,10 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
transpilePackages: ['@edr/types', '@edr/ui-common'],
images: {
unoptimized: true, // Required for static export
unoptimized: true,
},
};