Lunakepio / Mario-Kart-3.js

https://lunakepio.github.io/Mario-Kart-3.js/
MIT License
4.3k stars 950 forks source link

Website is down #46

Closed satelllte closed 4 months ago

satelllte commented 4 months ago

Issue

If I go to https://mario-kart-3-js.vercel.app/, it says:

402: PAYMENT_REQUIRED
Code: DEPLOYMENT_DISABLED

Additional information

I suppose this might have happened due to Vercel's 100GB bandwidth limit, which this project probably already reached with the growth of popularity. As an alternative, you can use Cloudlare Pages, which has no limit for this.

Please note, that Cloudflare has 500 builds per month limit though, but it's only applicable if you connect it though GitHub bot. Instead, you can use GitHub Actions to build it on GitHub machines for free and just upload the static output files. Example: https://github.com/satelllte/displacementx/blob/main/.github/workflows/ci.yml. This way, there won't be any limits at all 👌🏻