diff --git a/next.config.ts b/next.config.ts index e4879e4..9afc9b0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -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; \ No newline at end of file