Files
lucide/docs/vercel.json
Eric Fennis e6c7d7d495 docs(api): Update nitro to latest version (#4102)
* 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
2026-03-05 14:03:27 +01:00

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"
}
]
}
]
}