switch lock

master
cocaillot 5 months ago
parent d72fd606f2
commit 5b17febcff

@ -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')) { if (devMode && !window.location.pathname.endsWith('under_dev.html')) {
window.location.replace('under_dev.html'); window.location.replace('under_dev.html');

Loading…
Cancel
Save