Initial TrueGrowth source import
This commit is contained in:
33
vercel.json
Normal file
33
vercel.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"buildCommand": "NODE_OPTIONS='--max-old-space-size=4096' pnpm run build:web",
|
||||
"outputDirectory": "dist/apps/web",
|
||||
"installCommand": "pnpm install",
|
||||
"framework": null,
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/truemodel/:path*",
|
||||
"destination": "https://truemodel.benchu.cloud/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/ai-image-generator.html",
|
||||
"destination": "/home.html",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/flowchart-maker.html",
|
||||
"destination": "/home.html",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/mindmap-maker.html",
|
||||
"destination": "/home.html",
|
||||
"permanent": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user