From 748700b3be14662d1c8947ebbdb0069d21098c8d Mon Sep 17 00:00:00 2001 From: Rohit Jha Date: Fri, 1 Sep 2023 13:42:24 +0530 Subject: [PATCH] remove export as it is not supported by amplify --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index b609ee3..230f3d4 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,6 @@ const path = require("path"); const securityHeaders = require("./headers"); const nextConfig = { - output: "export", trailingSlash: true, images: { unoptimized: true,