diff --git a/Images/exopraxist.html b/Images/exopraxist.html
index 084e2d9..c63ab15 100644
--- a/Images/exopraxist.html
+++ b/Images/exopraxist.html
@@ -309,7 +309,7 @@
const originalName = idx[stem];
if (originalName) {
- const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}?files=/${encodeURIComponent(originalName)}`;
+ const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}/${encodeURIComponent(originalName)}`;
if (currentIndex === index) {
const img = new Image();
img.onload = () => {
diff --git a/Images/myster-wizzard.html b/Images/myster-wizzard.html
index dbca5fc..60d53e3 100644
--- a/Images/myster-wizzard.html
+++ b/Images/myster-wizzard.html
@@ -308,7 +308,7 @@
const originalName = idx[stem];
if (originalName) {
- const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}?files=/${encodeURIComponent(originalName)}`;
+ const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}/${encodeURIComponent(originalName)}`;
if (currentIndex === index) {
const img = new Image();
img.onload = () => {
diff --git a/Images/nomad-soul.html b/Images/nomad-soul.html
index dac70cb..4ca0048 100644
--- a/Images/nomad-soul.html
+++ b/Images/nomad-soul.html
@@ -313,7 +313,7 @@
const originalName = idx[stem];
if (originalName) {
- const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}?files=/${encodeURIComponent(originalName)}`;
+ const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}/${encodeURIComponent(originalName)}`;
if (currentIndex === index) {
const img = new Image();
img.onload = () => {
diff --git a/Images/wayback.html b/Images/wayback.html
index 7830ed5..0f7497b 100644
--- a/Images/wayback.html
+++ b/Images/wayback.html
@@ -315,7 +315,7 @@
const originalName = idx[stem];
if (originalName) {
- const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}?files=/${encodeURIComponent(originalName)}`;
+ const fullResUrl = `https://files.exopraxist.org/api/public/dl/${COLLECTION_TOKEN}/${encodeURIComponent(originalName)}`;
// Only update if still on the same image
if (currentIndex === index) {
const img = new Image();