-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: updated failed gateway kick time, removed .html
- Loading branch information
1 parent
d5dc1c7
commit 5997531
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Redirecting... | ||
permalink: "/gateways/ar-io-node/arnsoip/observer.html" | ||
--- | ||
|
||
<script> | ||
if (typeof window !== 'undefined') { | ||
const hash = window.location.hash; // Get the current hash (if any) | ||
const newUrl = "/gateways/ar-io-node/arnsoip/observer" + hash; // Append the hash to the new URL | ||
|
||
// Redirect without a delay | ||
window.location.replace(newUrl); | ||
} | ||
</script> | ||
|
||
Redirecting to the new page... |