Skip to content

Commit 3191a94

Browse files
author
fadeouter
committed
update
1 parent 24671c7 commit 3191a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nk/redirect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fetch the content of the 'urls.md' file
2-
fetch('urls.md')
2+
fetch('/urls.md')
33
.then(response => {
44
if (!response.ok) {
55
throw new Error('Network response was not ok ' + response.statusText);
@@ -31,4 +31,4 @@ fetch('urls.md')
3131
.catch(error => {
3232
console.error('There was a problem with the fetch operation:', error);
3333
document.body.innerHTML = '<h1>Error loading redirection data</h1>';
34-
});
34+
});

0 commit comments

Comments
 (0)