diff --git a/README.md b/README.md index 1313375..ccd6d95 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 🎮 CybriaGG is an unblocked site for users to access & play Roblox freely on Now.GG > [!WARNING] -> Do not deploy this to Vercel, Netlify, Github Pages, Cloudflare Pages or any Static web hosting services, they don't support Node.js +> Do not deploy this to Netlify, Github Pages, Cloudflare Pages or any Static web hosting services, they don't support Node.js > It's best to use apps like Codesandbox, Replit, Render or others. # Deploy @@ -18,6 +18,8 @@ [![Run on Replit](https://binbashbanana.github.io/deploy-buttons/buttons/remade/replit.svg)](https://replit.com/github/CybriaTech/CybriaGG) +[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCybriaTech%2FCybriaGG) + ## Active Links https://cygg.onrender.com/ - Official Link, May Shut Down At Times diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..828db1a --- /dev/null +++ b/vercel.json @@ -0,0 +1,11 @@ +{ + "version": 2, + "builds": [{ + "src": "index.js", + "use": "@vercel/node" + }], + "routes": [{ + "src": "/(.*)", + "dest": "index.js" + }] + } \ No newline at end of file