replace baseurl with empty string to make paths relative by default, allowing third-party instances

(cherry picked from commit 7e2d322f817d0203768dab830f867d744cb67c2e)
This commit is contained in:
Benjamin Wiegand
2024-11-21 11:15:24 -08:00
parent a4f8e58df6
commit 1efdb38ebf
+1 -1
View File
@@ -1,6 +1,6 @@
window.oncontextmenu = (_) => false;
const baseURL = 'https://on-stage.click';
const baseURL = '';
const params = new URLSearchParams(location.search);
const uuid_r = params.get('s');
const prev = document.getElementById('previous');