From 0ff6b3485b1e344f5bb965c1d939ab32a6069e69 Mon Sep 17 00:00:00 2001 From: Riley Abrahamson <32375220+RileyAbr@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:34:22 -0800 Subject: [PATCH] Update next.config.ts --- wally-registry-frontend/next.config.ts | 1 - 1 file changed, 1 deletion(-) 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,