From 8f9ea94135cd516a608a77fb7828711a1bb2a427 Mon Sep 17 00:00:00 2001 From: rohitmalhotra1420 Date: Tue, 3 Dec 2024 16:09:13 +0530 Subject: [PATCH] updatesd next config --- next.config.js | 1 + public/404.html | 6 ------ public/_redirects | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 public/404.html delete mode 100644 public/_redirects diff --git a/next.config.js b/next.config.js index b455ec6..7bf596d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', reactStrictMode: false, swcMinify: true, devIndicators: { diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 4f40b95..0000000 --- a/public/404.html +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index 78f7f20..0000000 --- a/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 \ No newline at end of file