mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:26:20 +01:00
51 lines
952 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|