diff --git a/now.json b/vercel.json similarity index 87% rename from now.json rename to vercel.json index 85335afb2..f2bf5bf86 100644 --- a/now.json +++ b/vercel.json @@ -4,7 +4,7 @@ "builds": [ { "src": "Snowdog_Components/package.json", - "use": "@now/static-build", + "use": "@vercel/static-build", "config": { "distDir": "dest" } } ],