website/www/vercel.json

8 lines
219 B
JSON

{
"installCommand": "pnpm install",
"buildCommand": "pnpm --filter @ily/www build",
"outputDirectory": "dist",
"redirects": [
{ "source": "/txt/now.txt", "destination": "/now.txt", "permanent": true }
]
}