Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ function MyApp ({ Component, pageProps }) {
content="re:doubt is a powerful tool for TON blockchain research, complete with all the tools you need to discover, explore, and visualize vast amounts of blockchain data; lets anyone, anywhere learn about crypto hacks, scams, and fraudulent activity so they can more safely participate in the growing crypto economy."
/>
<meta name="theme-color" content="#0088CC" />
<script>
window.onload = function() {
window.location.href = "https://beta.redoubt.online";
}
</script>
<link rel="icon" href="/meta/favicon.ico" />
<link
rel="apple-touch-icon"
Expand Down