mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-09 23:21:53 +08:00
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"buildCommand": "pnpm build",
|
|
"outputDirectory": "dist",
|
|
"redirects": [
|
|
{
|
|
"source": "/docs",
|
|
"destination": "https://docs.always200.com/",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/docs/:path*",
|
|
"destination": "https://docs.always200.com/:path*",
|
|
"permanent": true
|
|
}
|
|
],
|
|
"github": {
|
|
"silent": true
|
|
}
|
|
}
|