Skip to content

Commit

Permalink
fix(ci): vercel deploy rewrites, close #429
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Aug 14, 2024
1 parent eb68b45 commit d3844da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-valaxy/template-blog/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
"destination": "/:path*.html"
}
]
}

1 comment on commit d3844da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://66bc1a1bab6023084465992f--valaxy.netlify.app

Please sign in to comment.