38 lines
721 B
JSON
38 lines
721 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "astro",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist",
|
|
"build": {
|
|
"env": {
|
|
"SITE_URL": "https://view-supporters-sample.vercel.app",
|
|
"PUBLIC_INDEXABLE": "false"
|
|
}
|
|
},
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Robots-Tag",
|
|
"value": "noindex, nofollow"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"redirects": [
|
|
{
|
|
"source": "/recovery",
|
|
"destination": "/plan",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/en/recovery",
|
|
"destination": "/en/plan",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|