From f75f2af727f7ce1acf203b0a774f664eaf52cfea Mon Sep 17 00:00:00 2001 From: Mackie Date: Sun, 7 Jun 2026 09:23:32 +0800 Subject: [PATCH] next.config --- next.config.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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