Skip to content

Commit 8b14a43

Browse files
committed
Update languagePicker.js
1 parent dd0e5ef commit 8b14a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/languagePicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class LanguagePicker {
66

77
async init() {
88
try {
9-
const response = await fetch('/config.json');
9+
const response = await fetch('/config.json?v=1');
1010
this.config = await response.json();
1111

1212
this.currentLang = this.getCurrentLanguage();

0 commit comments

Comments
 (0)