* docs: improved analytics and tracking * remove detailed feedback component * remove ignore build script for api reference * improvements * fix pathname
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"crons": [{
|
|
"path": "/api/algolia",
|
|
"schedule": "0 0 * * 4"
|
|
}],
|
|
"framework": "nextjs",
|
|
"installCommand": "yarn install",
|
|
"buildCommand": "turbo run build",
|
|
"outputDirectory": ".next"
|
|
}
|