Remove corporate CI/CD configs

This commit is contained in:
2025-08-28 19:17:11 +05:00
parent b080698cb0
commit 71522ef88d
2 changed files with 0 additions and 23 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}