diff --git a/.gitignore b/.gitignore index f783090..1c98062 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,8 @@ node_modules dist dist-ssr *.local -.env -.example.env +.env* +.example.env* # Editor directories and files .idea diff --git a/vercel.json b/vercel.json index 725b83a..05de4f5 100644 --- a/vercel.json +++ b/vercel.json @@ -1,14 +1,4 @@ { "version": 2, - "builds": [ - { - "src": "package.json", - "use": "@vercel/next", - "config": { - "installCommand": "npm install --force", - "buildCommand": "npm run build" - } - } - ], "routes": [{ "src": "/(.*)", "dest": "/" }] }