mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 03:59:46 +01:00
* General improvements in documentation * fix typo * Update lucide-angular.md * Fix build * remove duplicated key --------- Co-authored-by: Karsa <contact@karsa.org>
40 lines
733 B
JSON
40 lines
733 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
|
|
}
|
|
]
|
|
}
|