We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221eb72 commit 9f38b0fCopy full SHA for 9f38b0f
.vitepress/theme/composables/useAlbatrossBlocks.ts
@@ -44,7 +44,7 @@ function _useAlbatrossBlocks() {
44
45
// Create state with ref to share between components
46
47
- const url = `https://api.nimiq.dev/api/albatross/liveview/blocks`
+ const url = `https://nimiq-website.je-cf9.workers.dev/albatross-blocks`
48
const { status, data } = useWebSocket(url, {
49
onError() {
50
console.error('[Albatross Liveview] Error connecting to Albatross Blocks WebSocket')
0 commit comments