mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-02-24 13:09:40 +01:00
* Remove old vue 2 package * Add @lucide/vue package * Remove old vue 2 doc * Update docs * Adjust export template * Adjust vue package! * Fix tests * Format code * Update packages/vue/src/Icon.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Adjust vue package in docs * Update deadlinks --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
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
|
|
},
|
|
{
|
|
"source": "/guide/packages/lucide-vue-next",
|
|
"destination": "/guide/packages/lucide-vue",
|
|
"permanent": false
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/assets/:path*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "cache-control: public, max-age=31536000, immutable"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|