mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
76e0971528
- Move featured projects section above search bar with compact horizontal design - Make Skills the default filter (first position, active by default) - Add redirect from / to /skills in vercel.json - Fix search keywords bug when keywords is an array instead of string - Update all JS files to default to 'skills' filter Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
51 lines
917 B
JSON
51 lines
917 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/skills",
|
|
"permanent": false
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/agents",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/commands",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/settings",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/hooks",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/mcps",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/templates",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/plugins",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/skills",
|
|
"destination": "/index.html"
|
|
},
|
|
{
|
|
"source": "/plugin/:name",
|
|
"destination": "/plugin.html"
|
|
},
|
|
{
|
|
"source": "/component/:type/:name*",
|
|
"destination": "/component.html"
|
|
}
|
|
]
|
|
} |