We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3191a94 commit d0905feCopy full SHA for d0905fe
nk/redirect.js
@@ -1,5 +1,5 @@
1
// Fetch the content of the 'urls.md' file
2
-fetch('/urls.md')
+fetch('/nk/urls.md')
3
.then(response => {
4
if (!response.ok) {
5
throw new Error('Network response was not ok ' + response.statusText);
0 commit comments