Files
lucide/docs/vercel.json
2024-01-13 15:32:18 +01:00

51 lines
952 B
JSON

{
"cleanUrls": true,
"github": {
"silent": true
},
"redirects": [
{
"source": "/icon/:path*",
"destination": "/icons/:path*",
"permanent": true
},
{
"source": "/docs/:slug(lucide-?.*)",
"destination": "/guide/packages/:slug",
"permanent": true
},
{
"source": "/docs/:slug(.*-?guide)",
"destination": "/guide/design/:slug",
"permanent": true
},
{
"source": "/docs/:path*",
"destination": "/guide/:path*",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "query",
"key": "search"
}
],
"destination": "/icons",
"permanent": false
}
],
"headers": [
{
"source": "/assets/:path*",
"headers": [
{
"key": "Cache-Control",
"value": "cache-control: public, max-age=31536000, immutable"
}
]
}
]
}