From 22dbe34625d925bc51a540dc1b3c214f54b9cb0a Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 4 Jul 2024 20:32:41 +0300 Subject: [PATCH] docs: fix URL of Algolia cron job (#7957) --- www/apps/api-reference/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/api-reference/vercel.json b/www/apps/api-reference/vercel.json index cb560c77f6..4f46f0d971 100644 --- a/www/apps/api-reference/vercel.json +++ b/www/apps/api-reference/vercel.json @@ -1,6 +1,6 @@ { "crons": [{ - "path": "/api/algolia", + "path": "/v2/api/algolia", "schedule": "0 0 * * 4" }], "framework": "nextjs", @@ -8,4 +8,4 @@ "buildCommand": "turbo run build", "outputDirectory": ".next", "ignoreCommand": "bash ../../ignore-build-script.sh" -} \ No newline at end of file +}