From 4f0accc7b9a98dfe813cce16dd8c9369c34307e7 Mon Sep 17 00:00:00 2001 From: rikhisingh Date: Fri, 10 May 2024 19:07:50 -0400 Subject: [PATCH] next config for build --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 4678774..15eff7c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + output: 'export' +}; export default nextConfig;