From 0f7a9028140fa3375d66dda9712fb0d91bf517e0 Mon Sep 17 00:00:00 2001 From: Divyansh Mittal Date: Sun, 20 Aug 2023 03:19:30 +0530 Subject: [PATCH] fix4 --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 4436b22..184d9f1 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { + output: 'export', appDir: true, }, };