doch keine versionierung, damit alles entweder aus dem Cache ist oder neu geladen

This commit is contained in:
Christoph Settgast 2025-01-13 22:54:44 +01:00
parent cfbe14eaaf
commit 97cd17e8bb
3 changed files with 13 additions and 13 deletions

View file

@ -20,7 +20,7 @@ async function initializeSite() {
const shuffleContainers = document.querySelectorAll('.shuffle-container');
const seed = Date.now();
fetch('config.json?v=1')
fetch('config.json')
.then(response => response.json())
.then(config => {
const starterkitFiles = config.starterkits;