diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 58844bb..0000000 --- a/vercel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://openapi.vercel.sh/vercel.json", - "framework": "nextjs", - "buildCommand": "cd frontend && bun run build", - "installCommand": "cd frontend && bun install", - "outputDirectory": "frontend/.next", - "headers": [ - { - "source": "/(.*)", - "has": [ - { - "type": "host", - "value": "(?!us-state-eitcs-ctcs\\.vercel\\.app).*\\.vercel\\.app" - } - ], - "headers": [{ "key": "X-Robots-Tag", "value": "noindex" }] - } - ] -}