diff --git a/next.config.ts b/next.config.ts index 687553f..b9ce313 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,5 +1,3 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - output: 'export', -}; +const nextConfig = {}; export default nextConfig; \ No newline at end of file