fix: enforce strict exclusions for Vercel deployment to prevent size limit errors
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
node_modules
|
||||
build
|
||||
dist
|
||||
.next
|
||||
out
|
||||
.vercel
|
||||
*.node
|
||||
*.exe
|
||||
.git
|
||||
.trae
|
||||
.log
|
||||
.figma
|
||||
.figma
|
||||
build
|
||||
dist
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
{"rewrites":[{"source":"/(.*)","destination":"/index.html"}]}
|
||||
{
|
||||
"version": 2,
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user