feat: modernize sign-in and responsive refactor
This commit is contained in:
11
vercel.json
Normal file
11
vercel.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist",
|
||||
"framework": "vite",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user