Remove corporate CI/CD configs
This commit is contained in:
16
netlify.toml
16
netlify.toml
@ -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
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"rewrites": [
|
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
|
||||||
],
|
|
||||||
"buildCommand": "npm run build",
|
|
||||||
"outputDirectory": "dist"
|
|
||||||
}
|
|
Reference in New Issue
Block a user