Skip to content

Commit

Permalink
build: add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zclzone committed Apr 23, 2023
1 parent 7c74578 commit 9a01e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}

1 comment on commit 9a01e42

@vercel
Copy link

@vercel vercel bot commented on 9a01e42 Apr 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vue-naive-admin – ./

vue-naive-admin-git-main-zclzone.vercel.app
vercel.qszone.com
vue-naive-admin-zclzone.vercel.app

Please sign in to comment.