Dev: allowedDevOrigins für LAN-Zugriff, pnpm-lock.yaml entfernt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
088d55c811
commit
26a585ce3c
2 changed files with 3 additions and 3246 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
basePath: '/landingpage',
|
basePath: '/landingpage',
|
||||||
|
experimental: {
|
||||||
|
allowedDevOrigins: ['192.168.179.124'],
|
||||||
|
},
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
3246
pnpm-lock.yaml
generated
3246
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue