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" -}