Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Custom CDN Servers

DiamondBroPlayz (pronouns he/him) edited this page Oct 14, 2023 · 3 revisions

Alright, here I will show you how to add a custom CDN to your fork of DBP's Math.

First of all, fork DBP's Math if you haven't already.

  1. Fork the CDN server.
  2. Host it on a static site hoster or a github CDN server (e.g. Gitloaf/Githack)
  3. Go to your fork of DBP's Math
  4. Navigate to assets/frame/script.js
  5. Go to line 69 (im not even joking lol)
  6. Change window.location.host to your own CDN servers URL, gained from step 3. (in quotes)
  7. Commit your changes
  8. You're finished!

It's very simple to do.

Clone this wiki locally