Fix next.config - remove distDir for Vercel compatibility

This commit is contained in:
OpenClaw Bot 2026-02-21 22:50:44 -06:00
parent 762c59500e
commit 9ac0d3560a

View File

@ -1,7 +1,6 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
distDir: 'dist',
images: { images: {
unoptimized: true, unoptimized: true,
}, },