From 7c9682b1f1dd39ea02603fc728d2915804d06e1c Mon Sep 17 00:00:00 2001 From: Clove Twilight Date: Sat, 27 Jun 2026 05:57:58 +0100 Subject: [PATCH] Dumbass --- ascii/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascii/index.html b/ascii/index.html index 33b1f15..2e63253 100644 --- a/ascii/index.html +++ b/ascii/index.html @@ -69,7 +69,7 @@ const el = document.getElementById('ascii-art'); try { - const res = await fetch('./ascii.txt', { cache: 'no-store' }); + const res = await fetch('/ascii.txt', { cache: 'no-store' }); if (!res.ok) { throw new Error('fetch failed: ' + res.status);