docs: fix URL of Algolia cron job (#7957)

This commit is contained in:
Shahed Nasser
2024-07-04 17:32:41 +00:00
committed by GitHub
parent 19c20ac747
commit 22dbe34625
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"crons": [{ "crons": [{
"path": "/api/algolia", "path": "/v2/api/algolia",
"schedule": "0 0 * * 4" "schedule": "0 0 * * 4"
}], }],
"framework": "nextjs", "framework": "nextjs",