From 768e1417ea7f94fe042aa9ebf837ca87f63a89d9 Mon Sep 17 00:00:00 2001 From: sufi0900 <108760976+sufi0900@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:09:03 +0500 Subject: [PATCH] New Commit --- next-sitemap.js | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/next-sitemap.js b/next-sitemap.js index ffe794e..d53cd91 100644 --- a/next-sitemap.js +++ b/next-sitemap.js @@ -1,5 +1,5 @@ module.exports = { - siteUrl: "https://sufianmustafa.com", + siteUrl: "https://sufianmustafa.com/", generateRobotsTxt: true, // ... other options }; diff --git a/package.json b/package.json index 35beccc..9298b93 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "postbuild": "next-sitemap", "start": "next start", "lint": "next lint" },