Skip to content

Commit 89a8a6a

Browse files
davila7claude
andcommitted
feat: Add /skills route to Vercel configuration
- Added /skills rewrite rule to vercel.json - Enables direct navigation to http://localhost:3000/skills - Consistent with other component routes (/agents, /commands, etc.) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d6b27f4 commit 89a8a6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"source": "/plugins",
3333
"destination": "/index.html"
3434
},
35+
{
36+
"source": "/skills",
37+
"destination": "/index.html"
38+
},
3539
{
3640
"source": "/plugin/:name",
3741
"destination": "/plugin.html"

0 commit comments

Comments
 (0)