mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-11 09:39:36 +02:00
* update nitro * try this? * Try this * update vercel output * Add await * Fix endpoints * Adjust 404 catch all * Fix output * Adjust react in api * Fix types * Remove @resvg/resvg-wasm * Format code * Fix failing check * Apply feedback * Format code
53 lines
1023 B
JSON
53 lines
1023 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"fluid": true,
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|