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";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Add this to allow network access
|
||||
allowedDevOrigins: ['192.168.50.47'],
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
basePath: '/lab/shoe',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Reference in a new issue