diff --git a/admin/index.html b/admin/index.html index ddf2aef..5c5b044 100644 --- a/admin/index.html +++ b/admin/index.html @@ -241,6 +241,6 @@ - + diff --git a/gallery/index.html b/gallery/index.html index c820e77..593a769 100644 --- a/gallery/index.html +++ b/gallery/index.html @@ -179,6 +179,6 @@ - + diff --git a/update.js b/update.js index 64dba31..54a1e54 100644 --- a/update.js +++ b/update.js @@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', () => { } } - fetch('update.json') + fetch('/update.json') .then(response => response.json()) .then(data => { const update = data[0];