From 8f0d450d51be227e9bdf64b86368484fd29b6634 Mon Sep 17 00:00:00 2001 From: Jaswanth Remiel AG Date: Wed, 2 Oct 2024 01:03:43 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d86e0d6..39e53ff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export", // Updated to export the app as static "start": "next start", "lint": "next lint" },