diff --git a/wally-registry-frontend/next.config.ts b/wally-registry-frontend/next.config.ts index 37ac0e8..02a795f 100644 --- a/wally-registry-frontend/next.config.ts +++ b/wally-registry-frontend/next.config.ts @@ -2,7 +2,6 @@ import createMDX from "@next/mdx" import type { NextConfig } from "next" const nextConfig: NextConfig = { - output: "export", pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"], compiler: { styledComponents: true,