diff --git a/js/languagePicker.js b/js/languagePicker.js index 9c72a00..2d553cb 100644 --- a/js/languagePicker.js +++ b/js/languagePicker.js @@ -6,7 +6,7 @@ class LanguagePicker { async init() { try { - const response = await fetch('/config.json'); + const response = await fetch('/config.json?v=1'); this.config = await response.json(); this.currentLang = this.getCurrentLanguage();