* docs: change configurations to make v2 the main docs * move api routes to top level * remove api prefix * update opengraph images * show v1 link * add redirect to v1
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"crons": [{
|
|
"path": "/api/algolia",
|
|
"schedule": "0 0 * * 4"
|
|
}],
|
|
"framework": "nextjs",
|
|
"installCommand": "yarn install",
|
|
"buildCommand": "turbo run build",
|
|
"outputDirectory": ".next",
|
|
"ignoreCommand": "bash ../../ignore-build-script.sh"
|
|
}
|