From 6de262329d0a23cc3226109e116e593d34d4bd58 Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Tue, 4 Jan 2022 15:00:49 +0100 Subject: [PATCH] aws amplify config --- amplify/.config/project-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify/.config/project-config.json b/amplify/.config/project-config.json index 275c918e..0dca422e 100644 --- a/amplify/.config/project-config.json +++ b/amplify/.config/project-config.json @@ -6,7 +6,7 @@ "framework": "react", "config": { "SourceDir": "src", - "DistributionDir": "build", + "DistributionDir": ".next", "BuildCommand": "npm.cmd run-script build", "StartCommand": "npm.cmd run-script start" }