diff --git a/static/js/home.js b/static/js/home.js index 6aafd35..16af906 100644 --- a/static/js/home.js +++ b/static/js/home.js @@ -1,5 +1,5 @@ /* eslint-disable no-undef */ -const prod = false; +const prod = true; let server = window.location.origin + "/"; let editors = {}; const templates = {};