From 71522ef88dee5062fdb9c0dc298ccff7fafa3c16 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 28 Aug 2025 19:17:11 +0500 Subject: [PATCH] Remove corporate CI/CD configs --- netlify.toml | 16 ---------------- vercel.json | 7 ------- 2 files changed, 23 deletions(-) delete mode 100644 netlify.toml delete mode 100644 vercel.json diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 9f91d0e..0000000 --- a/netlify.toml +++ /dev/null @@ -1,16 +0,0 @@ -[build] -publish = "dist" -command = "npm run build" - -[build.environment] -NODE_VERSION = "20" - -[[redirects]] -from = "/.well-known/*" -to = "/.well-known/:splat" -status = 200 - -[[redirects]] -from = "/*" -to = "/index.html" -status = 200 diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 9276941..0000000 --- a/vercel.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" } - ], - "buildCommand": "npm run build", - "outputDirectory": "dist" -}