From 1fbfd149023ba3cc35c2d5d7ab1b5c6394c80b2d Mon Sep 17 00:00:00 2001 From: Muhammad Fiaz Date: Mon, 2 Dec 2024 17:47:09 +0530 Subject: [PATCH] fixed sitemap build (#727) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f76676b..68ce649b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "prebuild": "next-sitemap --config sitemap.config.js" + "postbuild": "next-sitemap --config sitemap.config.js" }, "dependencies": { "@emotion/react": "^11.13.5",