diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-19 15:12:18 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-19 15:12:18 +0700 |
| commit | aa31de678b152aabeb5c4ac19e3d63bfe7f785f5 (patch) | |
| tree | aad10959cf3c743e7c8ca5174156fcef8330000d | |
| parent | a03ddbe49706870862f692b6c425b4dce6175842 (diff) | |
<Miqdad> increase limit xml
| -rw-r--r-- | src/pages/sitemap/searchkey.xml.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/sitemap/searchkey.xml.js b/src/pages/sitemap/searchkey.xml.js index 488337d3..e4ca2434 100644 --- a/src/pages/sitemap/searchkey.xml.js +++ b/src/pages/sitemap/searchkey.xml.js @@ -5,7 +5,7 @@ import axios from 'axios'; export async function getServerSideProps({ res }) { const baseUrl = process.env.SELF_HOST + '/sitemap/searchkey'; - const limit = 500; + const limit = 1000; const keywords = await axios( `${process.env.NEXT_PUBLIC_SELF_HOST}/api/shop/searchkey?limit=${limit}&all=1` ); |
