diff --git a/web/next.config.ts b/web/next.config.ts index 49f4904..c6395f3 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -2,7 +2,6 @@ import type { NextConfig } from 'next' const nextConfig: NextConfig = { output: 'export', - basePath: '/build-your-own-openclaw', } export default nextConfig