toggle switch
continuous-integration/drone/push Build is failing Details

master
cocaillot 5 months ago
parent a6b23939a4
commit ef735bdf7c

@ -1,4 +1,4 @@
const devMode = false; // Change to false to return to the normal site
const devMode = true; // Change to false to return to the normal site
if (devMode && !window.location.pathname.endsWith('under_dev.html')) {
window.location.replace('under_dev.html');

Loading…
Cancel
Save