diff --git a/next.config.mjs b/next.config.mjs index 225e495..119e91d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,4 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { +const nextConfig = { output: 'standalone', };