docs: fix URL of Algolia cron job (#7957)
This commit is contained in:
@@ -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",
|
||||||
@@ -8,4 +8,4 @@
|
|||||||
"buildCommand": "turbo run build",
|
"buildCommand": "turbo run build",
|
||||||
"outputDirectory": ".next",
|
"outputDirectory": ".next",
|
||||||
"ignoreCommand": "bash ../../ignore-build-script.sh"
|
"ignoreCommand": "bash ../../ignore-build-script.sh"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user