From 35956d284988b491e9c15a83764ea5111c99248f Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 8 Dec 2025 13:49:21 -0500 Subject: [PATCH] fix: correct gallery asset paths and update fetch URL --- admin/index.html | 2 +- gallery/index.html | 2 +- update.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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];