Dumbass
This commit is contained in:
parent
defe1960cc
commit
7c9682b1f1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue