From 5d691fbb51f8a7e16e8d2c8bfa760b9be6f22fdb Mon Sep 17 00:00:00 2001 From: Peter Schmalfeldt <> Date: Tue, 7 Nov 2023 04:07:44 -0500 Subject: [PATCH] Update Config --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 0021ad6..3e2d90f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -29,7 +29,6 @@ const nextConfig = { unoptimized: true, }, pageExtensions: ['js', 'jsx', 'md'], - distDir: '_next', generateBuildId: async () => { if (process.env.BUILD_ID) { return process.env.BUILD_ID