summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/sitemap/searchkey.xml.js2
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`
);