Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from rafedevlabs/main
Browse files Browse the repository at this point in the history
Ability to deploy on vercel
  • Loading branch information
MyBooty165 authored Mar 10, 2024
2 parents b4b9587 + 0771d3e commit f279731
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
11 changes: 11 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 2,
"builds": [{
"src": "index.js",
"use": "@vercel/node"
}],
"routes": [{
"src": "/(.*)",
"dest": "index.js"
}]
}

0 comments on commit f279731

Please sign in to comment.