Fix: allowedDevOrigins auf Top-Level (nicht unter experimental)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
26a585ce3c
commit
287807bab4
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
basePath: '/landingpage',
|
||||
experimental: {
|
||||
allowedDevOrigins: ['192.168.179.124'],
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue