diff --git a/scripts/generate-sitemap.cjs b/scripts/generate-sitemap.cjs index bb9c853..bc9795e 100644 --- a/scripts/generate-sitemap.cjs +++ b/scripts/generate-sitemap.cjs @@ -3,7 +3,7 @@ const path = require("path"); const { SitemapStream, streamToPromise } = require("sitemap"); const { pathToFileURL } = require("url"); -const hostname = "https://rapharehap.metatronnest.com"; +const hostname = "https://rapharehap.ca"; const addTrailingSlash = true; // ✅ Set this true if your Next.js uses trailingSlash: true // // 🔧 Utility to format URLs based on config