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} */
|
/** @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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue