i think this might work

This commit is contained in:
2025-07-27 17:13:21 +02:00
parent e3d8ba1017
commit c3c74bb21f
18 changed files with 123 additions and 104 deletions

View File

@@ -7,6 +7,10 @@ const nextConfig = {
experimental: {
serverComponentsExternalPackages: ['chokidar']
},
basePath: process.env.BASE_URL || '',
env: {
NEXT_PUBLIC_BASE_URL: process.env.BASE_URL || '',
},
// Handle API routes that shouldn't be statically generated
async headers() {
return [