diff --git a/personas-open-source/next.config.mjs b/personas-open-source/next.config.mjs index b965ad444..12d0a4b14 100644 --- a/personas-open-source/next.config.mjs +++ b/personas-open-source/next.config.mjs @@ -1,8 +1,9 @@ -import { NextConfig } from "next"; +import next from 'next'; +const NextConfig = next.default; const nextConfig = { output: 'standalone', - // Add other config options here + /* other config options */ }; export default nextConfig;