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