Fix: allowedDevOrigins auf Top-Level (nicht unter experimental)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-25 21:12:14 +02:00
commit 287807bab4

View file

@ -1,9 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
basePath: '/landingpage', basePath: '/landingpage',
experimental: { allowedDevOrigins: ['192.168.179.124'],
allowedDevOrigins: ['192.168.179.124'],
},
images: { images: {
unoptimized: true, unoptimized: true,
}, },