summaryrefslogtreecommitdiff
path: root/src/pages/sitemap/products.xml.js
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-30 10:20:27 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-30 10:20:27 +0700
commit88bfcdafd22b8b2895529741b515d35f8478d127 (patch)
tree6771114e7fd8fa1632878225e86d29b0bd639f7e /src/pages/sitemap/products.xml.js
parentee55c3eba42c0a3ec18cd8318309d5569471b3d3 (diff)
<Miqdad> change date xml
Diffstat (limited to 'src/pages/sitemap/products.xml.js')
-rw-r--r--src/pages/sitemap/products.xml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/sitemap/products.xml.js b/src/pages/sitemap/products.xml.js
index 4757a735..0269ec59 100644
--- a/src/pages/sitemap/products.xml.js
+++ b/src/pages/sitemap/products.xml.js
@@ -15,7 +15,7 @@ export async function getServerSideProps({ res }) {
);
// const date = new Date()
- const date = '2025-10-29';
+ const date = '2025-10-30';
pages.forEach((page) => {
const sitemap = sitemapIndex.ele('sitemap');
sitemap.ele('loc', `${baseUrl}/${page}.xml`);