We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0e5ef commit 8b14a43Copy full SHA for 8b14a43
js/languagePicker.js
@@ -6,7 +6,7 @@ class LanguagePicker {
6
7
async init() {
8
try {
9
- const response = await fetch('/config.json');
+ const response = await fetch('/config.json?v=1');
10
this.config = await response.json();
11
12
this.currentLang = this.getCurrentLanguage();
0 commit comments