next.config
This commit is contained in:
parent
f09bc39a12
commit
f75f2af727
1 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
import type { NextConfig } from "next";
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {
|
||||||
const nextConfig: NextConfig = {
|
basePath: '/lab/shoe',
|
||||||
// Add this to allow network access
|
|
||||||
allowedDevOrigins: ['192.168.50.47'],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
Loading…
Add table
Reference in a new issue