alles auf kirche.social

This commit is contained in:
Christoph Settgast 2025-01-13 22:41:55 +01:00
parent 089183abd8
commit 0bc24b8b90
13 changed files with 189 additions and 189 deletions

View file

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