···12121313const PROD_URL = "https://skeetlonger.app"
1414//This will need to update every time you start the ngrok tunnel
1515-const DEV_URL = "https://7d3e-198-51-100-42.ngrok-free.app"
1515+const DEV_URL = "https://skeetlonger.app"
16161717function shp(url: string): string {
1818 return url.replace(/^https?:\/\//, '');