mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-19 00:58:17 +02:00
alles auf kirche.social
This commit is contained in:
parent
089183abd8
commit
0bc24b8b90
13 changed files with 189 additions and 189 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue