Skip to content

Commit

Permalink
chore: add vercel.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Apr 17, 2023
1 parent 4b4357c commit f2c8af8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "pnpm -w run build:common && pnpm -w run build && pnpm run build",
"outputDirectory": "dist"
}
8 changes: 8 additions & 0 deletions playground/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "pnpm -w run build:common && pnpm -w run build && pnpm run build",
"outputDirectory": "dist"
}

2 comments on commit f2c8af8

@vercel
Copy link

@vercel vercel bot commented on f2c8af8 Apr 17, 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:

docs – ./docs

docs-vexip-ui.vercel.app
docs-git-main-vexip-ui.vercel.app
vexipui.com
www.vexipui.com

@vercel
Copy link

@vercel vercel bot commented on f2c8af8 Apr 17, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.