diff --git a/next.config.ts b/next.config.ts index 0f83a7b..53e48e0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,6 +9,5 @@ const nextConfig: NextConfig = { return config; } }; -nextConfig.output = 'export'; export default nextConfig;