next.config

This commit is contained in:
Mackie 2026-06-07 09:23:32 +08:00
parent f09bc39a12
commit f75f2af727

View file

@ -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;