Update division page generation.

This commit is contained in:
Kim Taylor
2025-04-11 21:21:42 +10:00
parent 675058201a
commit 1735d52781
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ function create_or_update_page() {
media_inputs+=("$file")
fi
done
for file in "$DATA_PATH"/*.{jpeg,jpg,png,gif}.json; do
for file in "$DATA_PATH"/../*.{jpeg,jpg,png,gif}.json; do
if test -f "$file"; then
media_inputs+=("$file")
fi